We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326554f commit 7d40eadCopy full SHA for 7d40ead
BSCP/Configurator/MainWindow.xaml.cs
@@ -37,7 +37,7 @@ public MainWindow()
37
{
38
context.Add(new ConfigModel(k, "x", "y"));
39
}
40
- } catch (ArgumentException)
+ } catch (Exception)
41
42
//create defaults otherwise
43
context.Add(new ConfigModel("KDE", "-c \"cd ~/ && DISPLAY=:0 startkde \"", "bash.exe"));
0 commit comments