you can now disable the web previews and user state icons (settings -> appearance...
[quassel.git] / src / qtui / settingsdlg.cpp
index 0081d49..f44b229 100644 (file)
@@ -24,7 +24,9 @@ SettingsDlg::SettingsDlg(QWidget *parent)
   : QDialog(parent),
     _currentPage(0)
 {
-  setModal(false);
+  setModal(true);
+  setWindowFlags(Qt::Sheet);
+  setAttribute(Qt::WA_DeleteOnClose, true);
   ui.setupUi(this);
 
   updateGeometry();