Use unicode U+2236 for time

This commit is contained in:
Rafał Dzięgiel
2022-01-17 20:27:13 +01:00
parent d19ddbcaca
commit 38efa7ab9f
4 changed files with 6 additions and 8 deletions

View File

@@ -165,7 +165,7 @@ class ClapperElapsedTimeButton extends PopoverButtonBase
setInitialState()
{
this.label = '00:00/00:00';
this.label = '0000/0000';
}
setFullscreenMode(isFullscreen, isMobileMonitor)