Move settings and about to main screen

This commit is contained in:
2026-04-21 11:23:28 +09:00
parent dd09459226
commit d99fefe74d
4 changed files with 31 additions and 19 deletions
@@ -340,11 +340,6 @@ class CreatePDFReportViewModel : BaseViewModel, ICanCheckShutdown, ILogger
}
NotifyPropertyChanged(nameof(IsCreatePDFButtonEnabled));
}
public void ShowAbout()
{
DialogHost.Show(new AboutViewModel());
}
public async Task ShowSettings()
{