Skip to content

Commit 7a0be2c

Browse files
committed
Remove Reloadable from theme selector
1 parent 49a71d7 commit 7a0be2c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Plugins/Flow.Launcher.Plugin.Sys/ThemeSelector.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace Flow.Launcher.Plugin.Sys
88
{
9-
public class ThemeSelector : IReloadable, IDisposable
9+
public class ThemeSelector : IDisposable
1010
{
1111
public const string Keyword = "fltheme";
1212

@@ -82,8 +82,6 @@ private static Result CreateThemeResult(string theme, int score, IList<int> high
8282
};
8383
}
8484

85-
public void ReloadData() => LoadThemes();
86-
8785
public void Dispose()
8886
{
8987
if (context != null && context.API != null)

0 commit comments

Comments
 (0)