1
0
mirror of https://github.com/livingcomputermuseum/ContrAlto.git synced 2026-04-25 19:51:48 +00:00

Updated documentation.

This commit is contained in:
Josh Dersch
2018-07-12 18:32:42 -07:00
parent 3410beda36
commit 11c168e201
7 changed files with 298 additions and 20 deletions

View File

@@ -278,7 +278,7 @@ namespace Contralto
public static void ReadConfiguration()
{
if (Configuration.Platform == PlatformType.Windows
&& !string.IsNullOrWhiteSpace(StartupOptions.ConfigurationFile))
&& string.IsNullOrWhiteSpace(StartupOptions.ConfigurationFile))
{
//
// By default, on Windows we use the app Settings functionality