Explorar o código

#61 Add initial settings file

Ruben %!s(int64=4) %!d(string=hai) anos
pai
achega
a4d47fd677
Modificáronse 1 ficheiros con 20 adicións e 0 borrados
  1. 20 0
      src/PicView/Settings/appsettings.json

+ 20 - 0
src/PicView/Settings/appsettings.json

@@ -0,0 +1,20 @@
+{
+    "WindowProperties": {
+        "Top": 0,
+        "Left": 0,
+        "Width": 400,
+        "Height": 462,
+        "AutoFit": true,
+        "TopMost": false,
+        "Maximized": false,
+        "Fullscreen": false,
+        "ShowInterface": true
+    },
+    
+    "Theme": {
+        "Dark": true,
+        "Light": false
+    },
+    
+    "UserLanguage": "en"
+}