AppConfig.json 440 B

12345678910111213141516171819
  1. {
  2. "Main": {
  3. "Debug": false,
  4. "DebugToFile": false,
  5. "ConfigPath": "%AppData%\\delight software gmbh\\delightSmartWindows"
  6. },
  7. "UserDefaults": {
  8. "Version": 3,
  9. "MinimizeOnStart": true,
  10. "StartWithWindows": true,
  11. "ShowTrayIcon": true,
  12. "ShowNotifications": true,
  13. "CheckForUpdates": true,
  14. "RestoreMinimizedOnlyWhenOpen": true,
  15. "SaveRestoreDesktopWallpaper": true,
  16. "InactivitySnapshots": true,
  17. "Language": "English"
  18. }
  19. }