Add option for autosave timer bar #799

This commit is contained in:
Daniël van Noord
2021-05-30 16:37:26 +02:00
parent 9ba81afae1
commit ff31c45a4a
5 changed files with 33 additions and 3 deletions

View File

@@ -274,6 +274,13 @@ const Config = {
'Overlay on timers displaying seconds and/or percentage left',
true,
),
AutosaveTimerBar: new SettingStandard(
'bool',
'BarsDisplay',
['Autosave timer bar OFF', 'Autosave timer bar ON'],
'Show a timer counting down till next autosave in the timer bar',
true,
),
UpBarColour: new SettingStandard(
'bool',
'BarsDisplay',
@@ -339,7 +346,7 @@ const Config = {
'bool',
'BarsDisplay',
['Grimoire magic meter timer OFF', 'Grimoire magic meter timer ON'],
'A timer on how long before the Grimoire magic meter is full',
'A timer overlay showing how long till the Grimoire magic meter is full',
true,
),
GCTimer: new SettingStandard(