Skip to content

Commit

Permalink
Increased query history depth to 50 for electron app.
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed May 20, 2018
1 parent a86d1be commit 02c81ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/config.ts
Expand Up @@ -10,6 +10,6 @@ export default {
max_windows: 10,
default_language: 'en',
languages: { en: 'English', fr: 'French', es: 'Español', cn: '中文' },
query_history_depth: isElectron ? 25 : 7,
query_history_depth: isElectron ? 50 : 7,
themes: ['light', 'dark']
};

0 comments on commit 02c81ae

Please sign in to comment.