This commit is contained in:
defnax 2025-07-09 14:48:05 +02:00 committed by GitHub
parent 526507e44f
commit 8ab30b639f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,7 +93,7 @@ StartDialog::StartDialog(QWidget *parent)
ui.password_input->setFocus();
if (Settings->getSheetName() == ":Standard_Dark")
ui.rsTopLogo->setPixmap(FilesDefs::getPixmapFromQtResourcePath(":images/logo/logo_web_nobackground_black.png"));
ui.rsTopLogo->setPixmap(FilesDefs::getPixmapFromQtResourcePath(":/images/logo/logo_web_nobackground_black.png"));
}
void StartDialog::updateSelectedProfile(int)