[Base] Post merge fixes

This commit is contained in:
Gliniak
2025-08-15 16:27:10 +02:00
parent c4bd676c5e
commit 419c0149c9
6 changed files with 29 additions and 25 deletions

View File

@@ -1809,7 +1809,7 @@ EmulatorWindow::ControllerHotKey EmulatorWindow::ProcessControllerHotkey(
selected_title_index--;
break;
case ButtonFunctions::ToggleLogging: {
logging::internal::ToggleLogLevel();
logging::ToggleLogLevel();
notificationTitle = "Toggle Logging";