diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 2e459362ab..3e9c4f5a5a 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -4455,6 +4455,10 @@ void Application::toggleRunningScriptsWidget() { } void Application::toggleAssetServerWidget(QString filePath) { + if (!DependencyManager::get()->getThisNodeCanRez()) { + return; + } + static const QUrl url("AssetServer.qml"); auto urlSetter = [=](QQmlContext* context, QObject* newObject){ emit uploadRequest(filePath);