mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Disable Retroshare toolbar button if core is not ready
This commit is contained in:
parent
402a2562c5
commit
b77629eed4
@ -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…
Reference in New Issue
Block a user