From ee5f9a2a73069851c0bb78490792aa5d309baa1e Mon Sep 17 00:00:00 2001 From: "Tobias Burdow [Kaleidox]" Date: Sat, 20 Aug 2022 23:24:18 +0200 Subject: [PATCH] add todo --- DirLinkerWPF/DirLinker.xaml.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DirLinkerWPF/DirLinker.xaml.cs b/DirLinkerWPF/DirLinker.xaml.cs index 7d164cc..96cd941 100644 --- a/DirLinkerWPF/DirLinker.xaml.cs +++ b/DirLinkerWPF/DirLinker.xaml.cs @@ -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(); }