mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Implement settings.
This commit is contained in:
@@ -75,9 +75,9 @@ namespace RomRepoMgr.ViewModels
|
||||
|
||||
internal async void ExecuteSettingsCommand()
|
||||
{
|
||||
/*var dialog = new SettingsDialog();
|
||||
dialog.DataContext = new SettingsViewModel(dialog, false);
|
||||
await dialog.ShowDialog(_view);*/
|
||||
var dialog = new SettingsDialog();
|
||||
dialog.DataContext = new SettingsViewModel(dialog);
|
||||
await dialog.ShowDialog(_view);
|
||||
}
|
||||
|
||||
internal void ExecuteExitCommand() =>
|
||||
|
||||
Reference in New Issue
Block a user