This commit is contained in:
defnax 2025-12-06 12:42:54 +00:00 committed by GitHub
commit 79110bc23f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -23,6 +23,7 @@
#include "LogoBar.h"
#include "rshare.h"
#include "settings/rsharesettings.h"
#include "gui/common/FilesDefs.h"
#include "retroshare/rsinit.h"
@ -88,6 +89,9 @@ 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"));
}
void StartDialog::updateSelectedProfile(int)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before After
Before After