mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 22:21:09 -04:00
Fix to load the right logo without restart too
This commit is contained in:
parent
432e6970c4
commit
ad82a94cc7
2 changed files with 9 additions and 0 deletions
|
@ -382,6 +382,13 @@ void HomePage::openWebHelp()
|
|||
QDesktopServices::openUrl(QUrl(QString("https://retrosharedocs.readthedocs.io/en/latest/")));
|
||||
}
|
||||
|
||||
void HomePage::showEvent(QShowEvent *event)
|
||||
{
|
||||
if (!event->spontaneous()) {
|
||||
updateHomeLogo();
|
||||
}
|
||||
}
|
||||
|
||||
void HomePage::updateHomeLogo()
|
||||
{
|
||||
if (Settings->getSheetName() == ":Standard_Dark")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue