Keep Cardinal Mini as window title when loading patches

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-08-28 09:47:28 +02:00
parent 08763a2318
commit bf3fa93a80
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -627,7 +627,11 @@ void Window::step() {
// Set window title
if (isStandalone()) {
#if CARDINAL_VARIANT_MINI
std::string windowTitle = "Cardinal Mini";
#else
std::string windowTitle = "Cardinal";
#endif
if (APP->patch->path != "") {
windowTitle += " - ";
if (!APP->history->isSaved())