Skip to content

Commit

Permalink
- null config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SoapyMan committed Jul 7, 2022
1 parent 2178ed7 commit 21b2f2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BackendDebugServer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ static void Main()

ServiceFactoryDSF.RegisterDSFServices();

QConfiguration.Instance = QConfiguration.MakeDevelopmentConfiguration(null);

Application.SetHighDpiMode(HighDpiMode.SystemAware);
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Expand Down

0 comments on commit 21b2f2f

Please sign in to comment.