Skip to content

Commit fffde2a

Browse files
committed
* Removed messagebox when saving settings
1 parent ec417fe commit fffde2a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PK Finder/Windows/SettingsWindow.xaml.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ private void BtnSave_OnClick(object sender, RoutedEventArgs e)
127127

128128
LoadTheme();
129129
LoadSettings();
130-
131-
MessageBox.Show(this, "All settings have been saved!", "PK Finder", MessageBoxButton.OK,
132-
MessageBoxImage.Information);
133130
}
134131
catch (Exception ex)
135132
{

0 commit comments

Comments
 (0)