Fix missing return statement.
Build and Test / build-linux (push) Has been cancelled
Build and Test / build-wayland (push) Has been cancelled
Build and Test / build-macos (push) Has been cancelled
Build and Test / build-windows (push) Has been cancelled

This commit is contained in:
Matthias Melcher
2025-11-21 12:46:29 +01:00
parent a01fcae832
commit f57891864b
+1
View File
@@ -398,6 +398,7 @@ int Menu_State::handle_shortcut() {
return 1;
}
}
return 0;
}
//