mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-12 07:16:19 -05:00
Merge 453173294b into 6f33dcc8e7
This commit is contained in:
commit
79110bc23f
2 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
||||||
#include "LogoBar.h"
|
#include "LogoBar.h"
|
||||||
#include "rshare.h"
|
#include "rshare.h"
|
||||||
#include "settings/rsharesettings.h"
|
#include "settings/rsharesettings.h"
|
||||||
|
#include "gui/common/FilesDefs.h"
|
||||||
|
|
||||||
#include "retroshare/rsinit.h"
|
#include "retroshare/rsinit.h"
|
||||||
|
|
||||||
|
|
@ -88,6 +89,9 @@ StartDialog::StartDialog(QWidget *parent)
|
||||||
}
|
}
|
||||||
|
|
||||||
ui.password_input->setFocus();
|
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)
|
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