diff options
-rw-r--r-- | src/mir_app/src/srmm_toolbar.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mir_app/src/srmm_toolbar.cpp b/src/mir_app/src/srmm_toolbar.cpp index 7d4b45bf8f..2f5634237c 100644 --- a/src/mir_app/src/srmm_toolbar.cpp +++ b/src/mir_app/src/srmm_toolbar.cpp @@ -644,8 +644,9 @@ public: bool OnApply() override { OnTreeSelChanging(nullptr); // save latest changes - SaveTree(); // save the whole tree then + SaveTree(); // save the whole tree then CB_ReInitCustomButtons(); + Chat_UpdateOptions(); // also restore chat windows uint16_t newGap = m_gap.GetPosition(); if (newGap != g_iButtonGap) { |