From c19d89835bb5b0d4b74271feef641baadbdfb758 Mon Sep 17 00:00:00 2001
From: miku-666 <74728189+NessieHax@users.noreply.github.com>
Date: Wed, 12 Nov 2025 15:59:51 +0100
Subject: [PATCH] Add AppLanguage to Settings
---
PCK-Studio/App.config | 3 +++
PCK-Studio/Properties/Settings.Designer.cs | 12 ++++++++++++
PCK-Studio/Properties/Settings.settings | 3 +++
3 files changed, 18 insertions(+)
diff --git a/PCK-Studio/App.config b/PCK-Studio/App.config
index 66b366dd..8e872ab8 100644
--- a/PCK-Studio/App.config
+++ b/PCK-Studio/App.config
@@ -83,6 +83,9 @@
Unknown
+
+ SystemDefault
+
diff --git a/PCK-Studio/Properties/Settings.Designer.cs b/PCK-Studio/Properties/Settings.Designer.cs
index b8198f4a..51efc64c 100644
--- a/PCK-Studio/Properties/Settings.Designer.cs
+++ b/PCK-Studio/Properties/Settings.Designer.cs
@@ -138,5 +138,17 @@ namespace PckStudio.Properties {
this["Platform"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("SystemDefault")]
+ public global::PckStudio.Core.AppLanguage UserLanguage {
+ get {
+ return ((global::PckStudio.Core.AppLanguage)(this["UserLanguage"]));
+ }
+ set {
+ this["UserLanguage"] = value;
+ }
+ }
}
}
diff --git a/PCK-Studio/Properties/Settings.settings b/PCK-Studio/Properties/Settings.settings
index 53c7283e..c3f0d28a 100644
--- a/PCK-Studio/Properties/Settings.settings
+++ b/PCK-Studio/Properties/Settings.settings
@@ -32,5 +32,8 @@
Unknown
+
+ SystemDefault
+
\ No newline at end of file