Added for login dialog switch background image

This commit is contained in:
defnax 2025-07-08 19:05:06 +02:00
parent c3640306bd
commit 526507e44f
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"
#include "retroshare/rsnotify.h"
@ -90,6 +91,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