mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 13:30:44 +00:00
Refresh list of android hosts whenever context switcher is opened
* It's very fast, and means we update whenever a device is plugged in or unplugged.
This commit is contained in:
@@ -1463,6 +1463,8 @@ void MainWindow::messageCheck()
|
||||
|
||||
void MainWindow::FillRemotesMenu(QMenu *menu, bool includeLocalhost)
|
||||
{
|
||||
m_Ctx.Config().AddAndroidHosts();
|
||||
|
||||
menu->clear();
|
||||
|
||||
for(int i = 0; i < m_Ctx.Config().RemoteHosts.count(); i++)
|
||||
|
||||
Reference in New Issue
Block a user