mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove Reloadable from theme selector
This commit is contained in:
parent
49a71d7d53
commit
7a0be2c610
1 changed files with 1 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ using Flow.Launcher.Core.Resource;
|
|||
|
||||
namespace Flow.Launcher.Plugin.Sys
|
||||
{
|
||||
public class ThemeSelector : IReloadable, IDisposable
|
||||
public class ThemeSelector : IDisposable
|
||||
{
|
||||
public const string Keyword = "fltheme";
|
||||
|
||||
|
|
@ -82,8 +82,6 @@ namespace Flow.Launcher.Plugin.Sys
|
|||
};
|
||||
}
|
||||
|
||||
public void ReloadData() => LoadThemes();
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
if (context != null && context.API != null)
|
||||
|
|
|
|||
Loading…
Reference in a new issue