mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 13:49:04 -04:00
Update
This commit is contained in:
parent
526507e44f
commit
8ab30b639f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue