mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-15 18:09:32 -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
|
width: imageLoader.height
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
imgUrl: "/icons/retroshare06.png"
|
imgUrl: "/icons/retroshare06.png"
|
||||||
onClicked:{ toolBar.openMainPage() }
|
onClicked:
|
||||||
|
{
|
||||||
|
if (coreReady) toolBar.openMainPage()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue