AppConfig.json 409 B

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