Skip to content

Commit 3e5057a

Browse files
committed
Added manual dismount note
1 parent 835e289 commit 3e5057a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gamevault/UserControls/SettingsUserControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
<local:IconButton Text="Save" FontSize="15" Icon="{StaticResource IconGameSettingsSave}" IconMargin="0,0,5,2" Width="80" Height="30" Margin="0,5,0,0" HorizontalAlignment="Left" Click="ExtractionPasswordSave_Click"/>
183183
</StackPanel>
184184
</GroupBox>
185-
<mah:ToggleSwitch Header="Mount ISO instead of extracting" Margin="10,10,0,0" IsOn="{Binding MountIso}"/>
185+
<mah:ToggleSwitch Header="Mount ISO instead of extracting (Must be unmounted manually)" Margin="10,10,0,0" IsOn="{Binding MountIso}"/>
186186
</StackPanel>
187187
<StackPanel Margin="0,10,0,0">
188188
<TextBlock Text="Installation" FontSize="20" FontWeight="Bold"/>

0 commit comments

Comments
 (0)