mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Simplify naming of AaruConsole methods.
This commit is contained in:
@@ -214,9 +214,9 @@ public sealed class SplashWindowViewModel(SplashWindow view) : ViewModelBase
|
||||
}
|
||||
catch(Exception)
|
||||
{
|
||||
AaruConsole.ErrorWriteLine(UI.Exception_trying_to_remove_old_database_version);
|
||||
AaruConsole.Error(UI.Exception_trying_to_remove_old_database_version);
|
||||
|
||||
AaruConsole.ErrorWriteLine(UI.Please_manually_remove_file_at_0, Settings.Settings.MainDbPath);
|
||||
AaruConsole.Error(UI.Please_manually_remove_file_at_0, Settings.Settings.MainDbPath);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user