mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-07 09:10:04 +01:00
Fix PowerControl not starting-up again
This commit is contained in:
parent
681db9231d
commit
85c8ee379f
|
|
@ -22,7 +22,7 @@ namespace PowerControl.Helpers
|
|||
{
|
||||
processId = (int?)Helpers.TopLevelWindow.GetTopLevelProcessId();
|
||||
if (processId is null)
|
||||
return true;
|
||||
return false;
|
||||
|
||||
foreach (var app in OSD.GetAppEntries(AppFlags.MASK))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue