Skip to content

Commit 7d40ead

Browse files
committed
should resolve #1
1 parent 326554f commit 7d40ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BSCP/Configurator/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public MainWindow()
3737
{
3838
context.Add(new ConfigModel(k, "x", "y"));
3939
}
40-
} catch (ArgumentException)
40+
} catch (Exception)
4141
{
4242
//create defaults otherwise
4343
context.Add(new ConfigModel("KDE", "-c \"cd ~/ && DISPLAY=:0 startkde \"", "bash.exe"));

0 commit comments

Comments
 (0)