Steam UI improvements.

This commit is contained in:
Storm Dragon
2026-04-04 20:22:54 -04:00
parent f4af54228a
commit a750761f61
9 changed files with 506 additions and 20 deletions
+2 -2
View File
@@ -70,13 +70,13 @@ class SteamNotificationQueueTests(unittest.TestCase):
testScript._presentSteamNotificationTextNow.assert_not_called()
self.assertEqual(
testScript._steamPendingNotification["text"],
"username Playing: Game Title",
"username Playing: Borderlands 2",
)
testScript._flushSteamPendingNotification(fromTimer=True)
testScript._presentSteamNotificationTextNow.assert_called_once_with(
"username Playing: Game Title",
"username Playing: Borderlands 2",
notification,
)