summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/mediummountgui.cpp1
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() {
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 ) );