mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Use unicode U+2215 for division
This commit is contained in:
2
src/controls.js
vendored
2
src/controls.js
vendored
@@ -146,7 +146,7 @@ class ClapperControls extends Gtk.Box
|
||||
value = value || 0;
|
||||
|
||||
const elapsed = Misc.getFormattedTime(value, this.showHours)
|
||||
+ '/' + this.durationFormatted;
|
||||
+ '∕' + this.durationFormatted;
|
||||
|
||||
this.elapsedButton.label = elapsed;
|
||||
}
|
||||
|
Reference in New Issue
Block a user