1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-28 18:50:40 +03:00

add missing signal

This commit is contained in:
Michail Vourlakos 2021-12-12 03:29:06 +02:00
parent 0aedefd959
commit ee2493ba1a

View File

@ -1737,6 +1737,7 @@ void View::restoreConfig()
//! Send changed signals at the end in order to be sure that saveConfig
//! wont rewrite default/invalid values
emit alignmentChanged();
emit nameChanged();
emit onPrimaryChanged();
emit byPassWMChanged();
}