-rw-r--r-- | core/launcher/mediummountgui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/launcher/mediummountgui.cpp b/core/launcher/mediummountgui.cpp index f16a37d..f375236 100644 --- a/core/launcher/mediummountgui.cpp +++ b/core/launcher/mediummountgui.cpp | |||
@@ -181,6 +181,7 @@ void MediumMountGui::startGui() { | |||
181 | CheckBoxText->setChecked(checkmimetext); | 181 | CheckBoxText->setChecked(checkmimetext); |
182 | CheckBoxVideo->setChecked(checkmimevideo); | 182 | CheckBoxVideo->setChecked(checkmimevideo); |
183 | CheckBoxAll->setChecked( checkmimeall ); | 183 | CheckBoxAll->setChecked( checkmimeall ); |
184 | deactivateOthers(); | ||
184 | // buttons | 185 | // buttons |
185 | quit = new QPushButton( this ); | 186 | quit = new QPushButton( this ); |
186 | quit->setGeometry( QRect( (this->width()/2)- 90 , 260, 80, 22 ) ); | 187 | quit->setGeometry( QRect( (this->width()/2)- 90 , 260, 80, 22 ) ); |