mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
Use U+003A colon character on RTL languages
Unfortunately U+2236 seems to break time labels on RTL languages. Check text direction at startup and select best one that works.
This commit is contained in:
2
src/controls.js
vendored
2
src/controls.js
vendored
@@ -27,7 +27,7 @@ class ClapperControls extends Gtk.Box
|
||||
this.isMobile = false;
|
||||
|
||||
this.showHours = false;
|
||||
this.durationFormatted = '00∶00';
|
||||
this.durationFormatted = `00${Misc.timeColon}00`;
|
||||
this.revealersArr = [];
|
||||
this.chapters = null;
|
||||
|
||||
|
Reference in New Issue
Block a user