auto-git:
[change] modules/store.js
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
const Store = require('electron-store');
|
||||
const store = new Store({
|
||||
defaults: {
|
||||
folders: [],
|
||||
selected: null,
|
||||
skymode: true,
|
||||
skipGitPrompt: true,
|
||||
intelligentCommitThreshold: 20,
|
||||
minutesCommitThreshold: 5,
|
||||
autostart: false,
|
||||
closeToTray: true,
|
||||
needsRelocation: false,
|
||||
dailyCommitStats: {}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user