Skip to content
Snippets Groups Projects
Commit 03668dcb authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Adapt tray app to config file location changes.

With this commit all required changes for having the configuration in
two separate files should be completed.

Fixes #18
parent 2dc3b47e
Branches
Tags
No related merge requests found
...@@ -91,7 +91,7 @@ namespace ATxTray ...@@ -91,7 +91,7 @@ namespace ATxTray
Log.Trace("Trying to read service config and status files..."); Log.Trace("Trying to read service config and status files...");
try { try {
_config = ServiceConfig.Deserialize(Path.Combine(baseDir, "configuration.xml")); _config = ServiceConfig.Deserialize(Path.Combine(baseDir, "conf"));
UpdateStatusInformation(); UpdateStatusInformation();
SetupContextMenu(); SetupContextMenu();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment