26 lines
778 B
Diff
26 lines
778 B
Diff
From 2613d0586f2043ace936d2f34b85de2166f4fc09 Mon Sep 17 00:00:00 2001
|
|
From: longcheng <longcheng@kylinos.com.cn>
|
|
Date: Thu, 15 Jul 2021 17:31:17 +0800
|
|
Subject: [PATCH] fix(plugin-keyboard): not show the xkb status icon
|
|
|
|
---
|
|
plugins/keyboard/msd-keyboard-xkb.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/plugins/keyboard/msd-keyboard-xkb.c b/plugins/keyboard/msd-keyboard-xkb.c
|
|
index 7e90f1c..0584919 100644
|
|
--- a/plugins/keyboard/msd-keyboard-xkb.c
|
|
+++ b/plugins/keyboard/msd-keyboard-xkb.c
|
|
@@ -467,7 +467,7 @@ apply_xkb_settings (void)
|
|
"Actual KBD configuration was not changed: redundant notification\n");
|
|
|
|
matekbd_keyboard_config_term (¤t_sys_kbd_config);
|
|
- show_hide_icon ();
|
|
+ /*show_hide_icon ();*/
|
|
}
|
|
|
|
static void
|
|
--
|
|
2.27.0
|
|
|