-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 @@ -180,8 +180,9 @@ void MediumMountGui::startGui() { CheckBoxImage->setChecked(checkmimeimage); CheckBoxText->setChecked(checkmimetext); CheckBoxVideo->setChecked(checkmimevideo); CheckBoxAll->setChecked( checkmimeall ); + deactivateOthers(); // buttons quit = new QPushButton( this ); quit->setGeometry( QRect( (this->width()/2)- 90 , 260, 80, 22 ) ); quit->setFocus(); |