From 1026d193408a7e9fac7f16705e77e16325802234 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Wed, 3 Oct 2012 22:08:42 +0200 Subject: [PATCH] settings: allow application list modifications for NetVM/ProxyVM --- qubesmanager/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qubesmanager/settings.py b/qubesmanager/settings.py index b0fc3aa..4eb4a9a 100755 --- a/qubesmanager/settings.py +++ b/qubesmanager/settings.py @@ -83,7 +83,6 @@ class VMSettingsWindow(Ui_SettingsDialog, QDialog): self.tabWidget.currentChanged.connect(self.current_tab_changed) - self.tabWidget.setTabEnabled(self.tabs_indices["applications"], not vm.is_netvm()) self.tabWidget.setTabEnabled(self.tabs_indices["firewall"], vm.is_networked() and not (vm.is_netvm() and not vm.is_proxyvm())) ###### basic tab