mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 05:35:48 +00:00
Remove some cases where resources were being loaded and parsed @ runtime
This commit is contained in:
@@ -150,8 +150,7 @@ void RemoteManager::setRemoteServerLive(RDTreeWidgetItem *node, bool live, bool
|
||||
|
||||
node->setText(1, text);
|
||||
|
||||
node->setIcon(0,
|
||||
QIcon(QPixmap(QString::fromUtf8(live ? ":/connect.png" : ":/disconnect.png"))));
|
||||
node->setIcon(0, live ? Icons::connect() : Icons::disconnect());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user