mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 20:15:39 +02:00
Code cleanup
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
// Ten kod został wygenerowany przez narzędzie.
|
||||
// Wersja wykonawcza:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// Zmiany w tym pliku mogą spowodować nieprawidłowe zachowanie i zostaną utracone, jeśli
|
||||
// kod zostanie ponownie wygenerowany.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -158,24 +158,24 @@ namespace Perun_v1.Properties {
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
||||
public int LOG_LEVEL {
|
||||
public int OTHER_Log_Level {
|
||||
get {
|
||||
return ((int)(this["LOG_LEVEL"]));
|
||||
return ((int)(this["OTHER_Log_Level"]));
|
||||
}
|
||||
set {
|
||||
this["LOG_LEVEL"] = value;
|
||||
this["OTHER_Log_Level"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool CLOSE_TO_TRAY {
|
||||
public bool OTHER_Minimize_to_Tray {
|
||||
get {
|
||||
return ((bool)(this["CLOSE_TO_TRAY"]));
|
||||
return ((bool)(this["OTHER_Minimize_to_Tray"]));
|
||||
}
|
||||
set {
|
||||
this["CLOSE_TO_TRAY"] = value;
|
||||
this["OTHER_Minimize_to_Tray"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user