Merge pull request #2025 from notiant/patch-14

Change idle settings title & add Enter key for acceptance in NSpinBox
This commit is contained in:
Lemmy
2026-03-01 16:25:54 -05:00
committed by GitHub
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -125,6 +125,7 @@ Rectangle {
"es": "dddd, d 'de' MMMM",
"fr": "dddd d MMMM",
"hu": "dddd, MMMM d.",
"it": "dddd d MMMM",
"ja": "yyyy年M月d日 dddd",
"ko": "yyyy년 M월 d일 dddd",
"ku": "dddd, dê MMMM",
+1 -1
View File
@@ -586,7 +586,7 @@ Item {
},
{
"id": SettingsPanel.Tab.Idle,
"label": "common.idle",
"label": "panels.idle.title",
"icon": "settings-idle",
"source": idleTab
},
+1 -1
View File
@@ -372,7 +372,7 @@ RowLayout {
top: root.to
}
Keys.onReturnPressed: {
onAccepted: {
applyValue();
focus = false;
}