remove obsolete icoPath from settings

This commit is contained in:
Jeremy Wu 2020-12-29 18:04:23 +11:00
parent f9349a64e9
commit e5b67ea10a

View file

@ -10,8 +10,5 @@ namespace Flow.Launcher.Plugin.PluginsManager
internal string HotkeyUninstall { get; set; } = "uninstall";
internal string HotkeyUpdate { get; set; } = "update";
internal readonly string icoPath = "Images\\pluginsmanager.png";
}
}