mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Disable Retroshare toolbar button if core is not ready
This commit is contained in:
parent
402a2562c5
commit
b77629eed4
1 changed files with 4 additions and 1 deletions
|
@ -196,7 +196,10 @@ ApplicationWindow
|
|||
width: imageLoader.height
|
||||
fillMode: Image.PreserveAspectFit
|
||||
imgUrl: "/icons/retroshare06.png"
|
||||
onClicked:{ toolBar.openMainPage() }
|
||||
onClicked:
|
||||
{
|
||||
if (coreReady) toolBar.openMainPage()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue