mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Revert accidental removal of interface methods
This commit is contained in:
parent
86903e5e63
commit
733326b329
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ namespace Wox.Core.Configuration
|
|||
{
|
||||
public interface IPortable
|
||||
{
|
||||
void EnablePortableMode();
|
||||
void DisablePortableMode();
|
||||
void RemoveShortcuts();
|
||||
void RemoveUninstallerEntry();
|
||||
void CreateShortcuts();
|
||||
|
|
|
|||
Loading…
Reference in a new issue