mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-09 16:58:16 +03:00
settings:disable StaysOnTop hint
This commit is contained in:
parent
2f0a226b0d
commit
3c17c2e839
@ -62,7 +62,7 @@ SettingsDialog::SettingsDialog(QWidget *parent, Latte::Corona *corona)
|
|||||||
m_ui->setupUi(this);
|
m_ui->setupUi(this);
|
||||||
|
|
||||||
setAttribute(Qt::WA_DeleteOnClose, true);
|
setAttribute(Qt::WA_DeleteOnClose, true);
|
||||||
setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint);
|
//setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint);
|
||||||
|
|
||||||
//! load window size
|
//! load window size
|
||||||
loadConfig();
|
loadConfig();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user