Revert accidental removal of interface methods

This commit is contained in:
Jeremy Wu 2020-03-23 18:23:40 +11:00
parent 86903e5e63
commit 733326b329

View file

@ -3,6 +3,8 @@ namespace Wox.Core.Configuration
{
public interface IPortable
{
void EnablePortableMode();
void DisablePortableMode();
void RemoveShortcuts();
void RemoveUninstallerEntry();
void CreateShortcuts();