fix (dashboard): Clean up names.
This commit is contained in:
@@ -84,10 +84,12 @@ class TimerOptions(SettingGroup):
|
||||
'timerset:inactivity_threshold|desc',
|
||||
"How many timer cycles before kicking inactive members."
|
||||
)
|
||||
|
||||
_model = TimerData.Timer
|
||||
_column = TimerData.Timer.inactivity_threshold.name
|
||||
|
||||
_min = 0
|
||||
_max = 64
|
||||
|
||||
@property
|
||||
def input_formatted(self):
|
||||
return str(self._data) if self._data is not None else ''
|
||||
|
||||
@@ -80,5 +80,9 @@ class TimerDashboard(DashboardSection):
|
||||
'dash:pomodoro|title',
|
||||
"Pomodoro Configuration ({commands[configure pomodoro]})"
|
||||
)
|
||||
_option_name = _p(
|
||||
"dash:stats|dropdown|placeholder",
|
||||
"Pomodoro Timer Panel"
|
||||
)
|
||||
configui = TimerConfigUI
|
||||
setting_classes = TimerConfigUI.setting_classes
|
||||
|
||||
Reference in New Issue
Block a user