Skip to content

Commit

Permalink
Remove includeType from settings file name in Jot
Browse files Browse the repository at this point in the history
  • Loading branch information
theChaosCoder committed Oct 20, 2019
1 parent 8bd031a commit dd330ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VSRepoGUI/SettingsService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ static SettingsService()
{
Tracker
.Configure<Window>()
.Id(w => "vsrepogui_settings")
.Id(w => "vsrepogui_settings", null, false)
.Properties(w => new { w.Top, w.Width, w.Height, w.Left, w.WindowState })
.PersistOn(nameof(Window.Closing))
.StopTrackingOn(nameof(Window.Closing));
Expand Down

0 comments on commit dd330ec

Please sign in to comment.