mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 19: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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user