mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-20 12:24:24 -04:00
Qml app is not supposed to stop core on android
This commit is contained in:
parent
871ea333fc
commit
f04697d61d
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ ApplicationWindow
|
||||||
{
|
{
|
||||||
text: "Terminate Core"
|
text: "Terminate Core"
|
||||||
onTriggered: rsApi.request("/control/shutdown")
|
onTriggered: rsApi.request("/control/shutdown")
|
||||||
|
visible: !Q_OS_ANDROID
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue