Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.GUI/Properties/Settings.Designer.cs')
-rw-r--r--UVtools.GUI/Properties/Settings.Designer.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/UVtools.GUI/Properties/Settings.Designer.cs b/UVtools.GUI/Properties/Settings.Designer.cs
index 1f91fc8..1bf8ad9 100644
--- a/UVtools.GUI/Properties/Settings.Designer.cs
+++ b/UVtools.GUI/Properties/Settings.Designer.cs
@@ -982,5 +982,17 @@ namespace UVtools.GUI.Properties {
this["LayerRepairRemoveIslandsRecursiveIterations"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
+ public bool LoadDemoFileOnStartup {
+ get {
+ return ((bool)(this["LoadDemoFileOnStartup"]));
+ }
+ set {
+ this["LoadDemoFileOnStartup"] = value;
+ }
+ }
}
}