Skip to content

Commit 609e8e8

Browse files
authored
Remove testing code
1 parent 806720d commit 609e8e8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,7 @@ public bool HideNotifyIcon
204204

205205
// This needs to be loaded last by staying at the bottom
206206
public PluginsSettings PluginSettings { get; set; } = new PluginsSettings();
207-
internal ObservableCollection<ShortCutModel> ShortCuts { get; set; } = new()
208-
{
209-
("spp", "sp play")
210-
};
207+
internal ObservableCollection<ShortCutModel> ShortCuts { get; set; } = new();
211208
}
212209

213210
public enum LastQueryMode
@@ -263,4 +260,4 @@ public static implicit operator ShortCutModel((string Key, string Value) value)
263260
return new ShortCutModel(value.Key, value.Value);
264261
}
265262
}
266-
}
263+
}

0 commit comments

Comments
 (0)