mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-04 03:06:57 +00:00
autofmt
This commit is contained in:
@@ -277,7 +277,7 @@ NPanel {
|
|||||||
|
|
||||||
NText {
|
NText {
|
||||||
text: timerActive ? I18n.tr("session-menu.action-in-seconds", {
|
text: timerActive ? I18n.tr("session-menu.action-in-seconds", {
|
||||||
"action": I18n.tr("session-menu." + pendingAction).charAt(0).toUpperCase() + I18n.tr("session-menu." + pendingAction).slice(1),
|
"action": I18n.tr("session-menu." + pendingAction).charAt(0).toUpperCase() + I18n.tr("session-menu." + pendingAction).slice(1),
|
||||||
"seconds": Math.ceil(timeRemaining / 1000)
|
"seconds": Math.ceil(timeRemaining / 1000)
|
||||||
}) : I18n.tr("session-menu.title")
|
}) : I18n.tr("session-menu.title")
|
||||||
font.weight: Style.fontWeightBold
|
font.weight: Style.fontWeightBold
|
||||||
|
|||||||
Reference in New Issue
Block a user