mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-15 01:17:16 -05:00
Qml app is not supposed to stop core on android
This commit is contained in:
parent
871ea333fc
commit
f04697d61d
@ -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…
Reference in New Issue
Block a user