Skip to content

Commit 85c8ee3

Browse files
committed
Fix PowerControl not starting-up again
1 parent 681db92 commit 85c8ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerControl/Helpers/RTSS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static bool IsOSDForeground(out int? processId)
2222
{
2323
processId = (int?)Helpers.TopLevelWindow.GetTopLevelProcessId();
2424
if (processId is null)
25-
return true;
25+
return false;
2626

2727
foreach (var app in OSD.GetAppEntries(AppFlags.MASK))
2828
{

0 commit comments

Comments
 (0)