Skip to content

Commit f7032b7

Browse files
committed
Disable minimizing of SettingsWindow.
The settings window must be closed before translations can run, since some settings are only applied on close. Additionally, there is no crash-safe infrastructure to prevent errors when interacting with settings during translation. This is not ideal UX and should be reworked later, but keep it like this for now.
1 parent 2cef2b2 commit f7032b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Translumo/MVVM/Views/SettingsView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
Deactivated="wSettings_Deactivated"
2121
FontFamily="{DynamicResource MaterialDesignFont}"
2222
MouseDown="wSettings_MouseDown"
23-
ResizeMode="CanMinimize"
23+
ResizeMode="NoResize"
2424
SourceInitialized="wSettings_SourceInitialized"
2525
TextElement.FontSize="13"
2626
TextElement.FontWeight="Regular"

0 commit comments

Comments
 (0)