mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-07 16:43:42 +02:00
Merge pull request #3946
d4de529
Mining: add info to start gui as admin for p2pool installation (selsta)
This commit is contained in:
commit
887688f092
@ -619,7 +619,7 @@ Rectangle {
|
|||||||
function p2poolDownloadFailed() {
|
function p2poolDownloadFailed() {
|
||||||
statusMessage.visible = false
|
statusMessage.visible = false
|
||||||
errorPopup.title = qsTr("P2Pool Installation Failed") + translationManager.emptyString;
|
errorPopup.title = qsTr("P2Pool Installation Failed") + translationManager.emptyString;
|
||||||
errorPopup.text = "P2Pool installation failed."
|
errorPopup.text = qsTr("P2Pool installation failed.") + isWindows ? (" " + qsTr("Try starting the program with administrator privileges.")) : ""
|
||||||
errorPopup.icon = StandardIcon.Critical
|
errorPopup.icon = StandardIcon.Critical
|
||||||
errorPopup.open()
|
errorPopup.open()
|
||||||
update()
|
update()
|
||||||
|
Loading…
Reference in New Issue
Block a user