summaryrefslogtreecommitdiff
path: root/virt-manager
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2018-03-16 14:38:22 -0400
committerCole Robinson <crobinso@redhat.com>2018-03-16 14:38:22 -0400
commitc9b2ec163f15f41fe5010b7b1c215f6c204d93a6 (patch)
treefaf62e877289f248b8b72e69ed1b2738b9532aea /virt-manager
parent30cc70ccf4cab1afbbc3ea12b8e9d2759df57e3f (diff)
downloadvirt-manager-c9b2ec163f15f41fe5010b7b1c215f6c204d93a6.tar.gz
preferences: Add UI for disabling spice usb autoredir
We already have a gconf key and command line option for this. Drop the CLI option and add UI for it, we should have just done that to begin with
Diffstat (limited to 'virt-manager')
-rwxr-xr-xvirt-manager3
1 files changed, 0 insertions, 3 deletions
diff --git a/virt-manager b/virt-manager
index 0a761049..c838d2ae 100755
--- a/virt-manager
+++ b/virt-manager
@@ -236,9 +236,6 @@ def main():
return
- if options.usbredir and config.get_auto_redirection():
- config.cli_usbredir = False
-
# Add our icon dir to icon theme
icon_theme = Gtk.IconTheme.get_default()
icon_theme.prepend_search_path(CLIConfig.icon_dir)