Skip to content

Commit 3195eac

Browse files
fix lockapp showing for windows
1 parent e360931 commit 3195eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sections/controller/application_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ class BackgroundAppTracker {
356356
if (appTitle.contains("Windows Explorer")) appTitle = "";
357357
if (appTitle == "Productive ScreenTime" || appTitle == "screentime")
358358
return;
359-
if (appTitle == "loginwindow") return;
359+
if (appTitle == "loginwindow" || appTitle == "LockApp") return;
360360

361361
AppMetadata? metadata = await _getOrCreateMetadata(appTitle);
362362

0 commit comments

Comments
 (0)