Drop the migration from the older folder

Nothing has shipped, so there is nothing to migrate: the program makes
Documents/N1MM Logger+ and starts there.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RoGtneMQaz4M9w7Kk49AVD
This commit is contained in:
2026-08-31 23:09:01 +00:00
parent d49c87f86b
commit d5b5233ab8
4 changed files with 0 additions and 113 deletions

View File

@@ -18,7 +18,6 @@ public partial class App : Application
{
UserPaths paths = UserPaths.Default();
paths.CreateFolders();
paths.AdoptOlderFiles();
Settings settings = Settings.Load(paths.SettingsFile);
Themes.Use(settings.Theme);
Themes.Changed += (_, _) => ApplyTheme();