1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-01 19:18:28 -04:00

tmux: fix new session hint

fixes #2556
This commit is contained in:
bbedward
2026-07-03 16:56:15 -04:00
parent 7178563c2c
commit 27230227ef
21 changed files with 7102 additions and 3332 deletions
+2 -2
View File
@@ -371,7 +371,7 @@ DankModal {
}
StyledText {
text: I18n.tr("Create a new %1 session (n)").arg(MuxService.displayName)
text: I18n.tr("Create a new %1 session (^N)").arg(MuxService.displayName)
font.pixelSize: Theme.fontSizeSmall
color: Theme.surfaceVariantText
}
@@ -549,7 +549,7 @@ DankModal {
}
StyledText {
text: muxModal.searchText.length > 0 ? I18n.tr("Try a different search") : I18n.tr("Press 'n' or click 'New Session' to create one")
text: muxModal.searchText.length > 0 ? I18n.tr("Try a different search") : I18n.tr("Press Ctrl+N or click 'New Session' to create one")
font.pixelSize: Theme.fontSizeSmall
color: Theme.surfaceVariantText
anchors.horizontalCenter: parent.horizontalCenter