Skip to content

Commit

Permalink
Fix #11313 (#12060)
Browse files Browse the repository at this point in the history
  • Loading branch information
linewelder committed Apr 5, 2024
1 parent 834754b commit 3c14e5b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const St = imports.gi.St;
const Main = imports.ui.main;
const PopupMenu = imports.ui.popupMenu;
const Util = imports.misc.util;
const Mainloop = imports.mainloop;
const Gio = imports.gi.Gio;
const Cairo = imports.cairo;
const Signals = imports.signals;
Expand Down Expand Up @@ -390,7 +389,7 @@ class CinnamonKeyboardApplet extends Applet.TextIconApplet {
this._setLayoutItems(layoutItems);
this._setLayoutIcons(layoutIcons);

Mainloop.idle_add(() => this._syncGroup());
this._syncGroup();
}

_syncGroup() {
Expand Down

0 comments on commit 3c14e5b

Please sign in to comment.