diff --git a/DwmLutGUI/DwmLutGUI/MainWindow.xaml.cs b/DwmLutGUI/DwmLutGUI/MainWindow.xaml.cs index 745ec3c..06e5dcc 100644 --- a/DwmLutGUI/DwmLutGUI/MainWindow.xaml.cs +++ b/DwmLutGUI/DwmLutGUI/MainWindow.xaml.cs @@ -94,7 +94,7 @@ private static string BrowseLuts() var result = dlg.ShowDialog(); - return (result == true) ? dlg.FileName : null; + return result == true ? dlg.FileName : null; } private void MonitorRefreshButton_Click(object sender, System.Windows.RoutedEventArgs e)