keyboard-layout: toast shows full layout name

This commit is contained in:
Lemmy
2026-01-26 18:36:01 -05:00
parent b098a41e9c
commit 16f345d1f3
+1 -1
View File
@@ -75,7 +75,7 @@ Singleton {
if (layoutChanged) {
if (Settings.data.notifications.enableKeyboardLayoutToast) {
const message = I18n.tr("toast.keyboard-layout.changed", {
"layout": currentLayout
"layout": fullLayoutName
});
ToastService.showNotice(I18n.tr("toast.keyboard-layout.title"), message, "", 2000);
}