mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Clarify that clicking 'No' to not elevate installs the layer per-user.
This commit is contained in:
@@ -380,7 +380,8 @@ void CaptureDialog::vulkanLayerWarn_mouseClick()
|
||||
{
|
||||
QMessageBox::StandardButton elevate = RDDialog::question(
|
||||
this, tr("System layer install"),
|
||||
tr("Do you want to elevate permissions to install the layer at a system level?"),
|
||||
tr("Do you want to elevate permissions to install the layer at a system level?\n\n"
|
||||
"If you click 'No', the layer will be installed at a per-user level."),
|
||||
RDDialog::YesNoCancel);
|
||||
|
||||
if(elevate == QMessageBox::Yes)
|
||||
|
||||
Reference in New Issue
Block a user