mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Merge pull request #2353 from TorosFanny/fix-time-split
Vertical panel time ellipsis post-Gnome update (ASCII colon split)
This commit is contained in:
@@ -1357,7 +1357,7 @@ export const Panel = GObject.registerClass(
|
||||
!setClockText(datetimeParts) &&
|
||||
!setClockText(time)
|
||||
) {
|
||||
let timeParts = time.split('∶')
|
||||
let timeParts = time.split(':')
|
||||
|
||||
if (!this._clockFormat) {
|
||||
this._clockFormat = DESKTOPSETTINGS.get_string('clock-format')
|
||||
|
||||
Reference in New Issue
Block a user