mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-09 13:41:55 +00:00
Core - Move 'AppLanguage' into 'App' namespace
This commit is contained in:
4
PCK-Studio/Properties/Settings.Designer.cs
generated
4
PCK-Studio/Properties/Settings.Designer.cs
generated
@@ -130,9 +130,9 @@ namespace PckStudio.Properties {
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("SystemDefault")]
|
||||
public global::PckStudio.Core.AppLanguage UserLanguage {
|
||||
public global::PckStudio.Core.App.AppLanguage UserLanguage {
|
||||
get {
|
||||
return ((global::PckStudio.Core.AppLanguage)(this["UserLanguage"]));
|
||||
return ((global::PckStudio.Core.App.AppLanguage)(this["UserLanguage"]));
|
||||
}
|
||||
set {
|
||||
this["UserLanguage"] = value;
|
||||
|
||||
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PckStudio.Core
|
||||
namespace PckStudio.Core.App
|
||||
{
|
||||
public enum AppLanguage : int
|
||||
{
|
||||
@@ -50,7 +50,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Animation.cs" />
|
||||
<Compile Include="AppLanguage.cs" />
|
||||
<Compile Include="App\AppLanguage.cs" />
|
||||
<Compile Include="App\SettingsManager.cs" />
|
||||
<Compile Include="App\Updater.cs" />
|
||||
<Compile Include="ArmorPieceDescription.cs" />
|
||||
|
||||
Reference in New Issue
Block a user