Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
burdoto committed Aug 20, 2022
1 parent 320fb53 commit ee5f9a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DirLinkerWPF/DirLinker.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ public DirLinker()

try
{
if (!File.Exists(Configuration.ConfigFile))
{
// ask the user to use config from a host; e.g. onedrive
// todo
}

Configuration.LoadConfig(this);
CleanupConfig();
}
Expand Down

0 comments on commit ee5f9a2

Please sign in to comment.