2020-04-01 11:20:33 +00:00
|
|
|
|
|
2020-04-21 09:12:17 +00:00
|
|
|
|
namespace Flow.Launcher.Core.Configuration
|
2020-04-01 11:20:33 +00:00
|
|
|
|
{
|
|
|
|
|
|
public interface IPortable
|
|
|
|
|
|
{
|
|
|
|
|
|
void EnablePortableMode();
|
|
|
|
|
|
void DisablePortableMode();
|
|
|
|
|
|
bool CanUpdatePortability();
|
|
|
|
|
|
}
|
2024-03-24 18:41:07 +00:00
|
|
|
|
}
|