1
0

Initialize theme and skymode settings in main.js

This commit is contained in:
Victor Giers
2025-12-12 11:32:53 +01:00
parent 5246f56aa8
commit 7d2a746eaa

View File

@@ -60,6 +60,7 @@ const store = new Store({
defaults: {
folders: [],
selected: null,
theme: 'sky',
skymode: true,
skipGitPrompt: true,
intelligentCommitThreshold: 20,