mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 17:05:39 +02:00
Added settings option for log rotation
This commit is contained in:
@@ -178,5 +178,17 @@ namespace Perun_v1.Properties {
|
||||
this["OTHER_Minimize_to_Tray"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool OTHER_Log_Rotate {
|
||||
get {
|
||||
return ((bool)(this["OTHER_Log_Rotate"]));
|
||||
}
|
||||
set {
|
||||
this["OTHER_Log_Rotate"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,5 +41,8 @@
|
||||
<Setting Name="OTHER_Minimize_to_Tray" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
<Setting Name="OTHER_Log_Rotate" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user