This commit is contained in:
ItsLemmy
2025-10-26 19:20:24 -04:00
parent 0f4f1e7c16
commit 2c85dfd5cd
+1 -1
View File
@@ -277,7 +277,7 @@ NPanel {
NText {
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)
}) : I18n.tr("session-menu.title")
font.weight: Style.fontWeightBold