Making things actually work and obey settings. The location of the client is always updated when the save command is triggered. Debating if that should be disabled if the setting is disabled. /me shrugs
This commit is contained in:
8
Properties/Settings.Designer.cs
generated
8
Properties/Settings.Designer.cs
generated
@@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.0
|
||||
// Runtime Version:4.0.30319.34014
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@@ -194,12 +194,12 @@ namespace PreviewToy.Properties {
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool track_client_positions {
|
||||
public bool track_client_windows {
|
||||
get {
|
||||
return ((bool)(this["track_client_positions"]));
|
||||
return ((bool)(this["track_client_windows"]));
|
||||
}
|
||||
set {
|
||||
this["track_client_positions"] = value;
|
||||
this["track_client_windows"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user