mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-14 18:01:49 -04:00
Added for login dialog switch background image
This commit is contained in:
parent
c3640306bd
commit
526507e44f
2 changed files with 4 additions and 0 deletions
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue