Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliviaophia committed Mar 5, 2018
1 parent 13b6460 commit 60f18d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmartTaskbar/TaskbarSwitcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public TaskbarSwitcher()
{
Settings.Default.SwitcherVersion = Environment.OSVersion.Version.Major.ToString() == "10" ? 1 : 3;
if (Environment.Is64BitOperatingSystem)
Settings.Default.SwitcherVersion++;
++Settings.Default.SwitcherVersion;
Settings.Default.Save();
}
switch (Settings.Default.SwitcherVersion)
Expand Down

0 comments on commit 60f18d9

Please sign in to comment.