mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-31 20:04:36 -04:00
fixed bug not showing icons/text button on loading
This commit is contained in:
parent
fd9f31987d
commit
811b3b3658
1 changed files with 3 additions and 3 deletions
|
@ -267,9 +267,9 @@ void AppearancePage::load()
|
|||
|
||||
index = ui.mainPageButtonType_CB->findData(Settings->getPageButtonLoc());
|
||||
if (index != 0) {
|
||||
ui.cmboTollButtonsStyle->hide();
|
||||
}else {
|
||||
ui.cmboTollButtonsStyle->show();
|
||||
ui.cmboTollButtonsStyle->show();
|
||||
}else {
|
||||
ui.cmboTollButtonsStyle->hide();
|
||||
}
|
||||
|
||||
whileBlocking(ui.mainPageButtonType_CB)->setCurrentIndex(!Settings->getPageButtonLoc());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue