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:
Regner Blok-Andersen
2014-11-28 12:07:07 +00:00
parent 60890a4476
commit 28da275cbb
4 changed files with 66 additions and 43 deletions

View File

@@ -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;
}
}
}