We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86903e5 commit 733326bCopy full SHA for 733326b
Wox.Core/Configuration/IPortable.cs
@@ -3,6 +3,8 @@ namespace Wox.Core.Configuration
3
{
4
public interface IPortable
5
6
+ void EnablePortableMode();
7
+ void DisablePortableMode();
8
void RemoveShortcuts();
9
void RemoveUninstallerEntry();
10
void CreateShortcuts();
0 commit comments