Skip to content

Commit 733326b

Browse files
committed
Revert accidental removal of interface methods
1 parent 86903e5 commit 733326b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Wox.Core/Configuration/IPortable.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ namespace Wox.Core.Configuration
33
{
44
public interface IPortable
55
{
6+
void EnablePortableMode();
7+
void DisablePortableMode();
68
void RemoveShortcuts();
79
void RemoveUninstallerEntry();
810
void CreateShortcuts();

0 commit comments

Comments
 (0)