[feat:] refresh wiki nav tree manually (and file/folder-add icons)

This commit is contained in:
2026-06-09 08:23:09 +02:00
parent 1491f60791
commit 097e0c175b
2 changed files with 22 additions and 4 deletions
+5
View File
@@ -1302,4 +1302,9 @@ public partial class MainWindow : Window
{
Global.Save();
}
private void BtnReloadWiki_OnClick(object? sender, RoutedEventArgs e)
{
PopulateNavTree();
}
}