Skip to content

Commit 966b37d

Browse files
committed
Prepared Countdown Manager for updating transparent countdown UI.
Mobbed with Dustin Franklin and Andrew Vu
1 parent eab9054 commit 966b37d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.idea/MobTimer.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Frames/ScreenBlockerFrame.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ def mobber_list_change_callback(self, mobber_list, driver_index, navigator_index
1818
for index in range(0, mobber_list.__len__()):
1919
name = mobber_list[index]
2020
if index == driver_index:
21-
name += " <= Driver"
21+
name += " <= Current Driver"
2222
if index == navigator_index:
23-
name += " <= Navigator"
23+
name += " <= Next Driver"
2424
self.names_list.insert(END, name)
2525

2626
def time_change_callback(self, time, minutes, seconds):

0 commit comments

Comments
 (0)