giving the chatscene more control over the webpreview thus making it less crashy
[quassel.git] / src / qtui / settingsdlg.cpp
index 5f255b1..d45730b 100644 (file)
@@ -24,6 +24,7 @@ SettingsDlg::SettingsDlg(QWidget *parent)
   : QDialog(parent),
     _currentPage(0)
 {
+  setModal(false);
   ui.setupUi(this);
 
   updateGeometry();