mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix build issue
This commit is contained in:
parent
3d67ed4ae5
commit
0da575dc16
1 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ namespace Flow.Launcher.Core.Configuration
|
|||
|
||||
PublicApi.Instance.ShowMsgBox(Localize.restartToDisablePortableMode());
|
||||
|
||||
API.RestartApp();
|
||||
PublicApi.Instance.RestartApp();
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
@ -66,7 +66,7 @@ namespace Flow.Launcher.Core.Configuration
|
|||
|
||||
PublicApi.Instance.ShowMsgBox(Localize.restartToEnablePortableMode());
|
||||
|
||||
API.RestartApp();
|
||||
PublicApi.Instance.RestartApp();
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue