mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Start/Shutdown Android server from RemoteManager dialog.
ANativeActivity_finish when renderdoccmd() returns.
This commit is contained in:
committed by
Baldur Karlsson
parent
53c0c20c8a
commit
70f55a1458
@@ -325,7 +325,11 @@ void RemoteManager::updateConnectButton()
|
||||
|
||||
if(host)
|
||||
{
|
||||
if(host->Hostname == lit("localhost"))
|
||||
bool isLocalhost = host->Hostname == lit("localhost");
|
||||
if(isLocalhost || host->IsHostADB())
|
||||
ui->runCommand->setEnabled(false);
|
||||
|
||||
if(isLocalhost)
|
||||
{
|
||||
ui->connect->setEnabled(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user