diff cagou/plugins/plugin_wid_file_sharing.py @ 254:0700293df0e6

file sharing: start in MODE_VIEW
author Goffi <goffi@goffi.org>
date Sat, 26 Jan 2019 20:24:48 +0100
parents 7918a5668304
children 1b835bcfa663
line wrap: on
line diff
--- a/cagou/plugins/plugin_wid_file_sharing.py	Sat Jan 26 20:24:48 2019 +0100
+++ b/cagou/plugins/plugin_wid_file_sharing.py	Sat Jan 26 20:24:48 2019 +0100
@@ -151,7 +151,7 @@
                   TouchMenuBehaviour):
     SINGLE=False
     layout = properties.ObjectProperty()
-    mode = properties.OptionProperty(MODE_LOCAL, options=[MODE_VIEW, MODE_LOCAL])
+    mode = properties.OptionProperty(MODE_VIEW, options=[MODE_VIEW, MODE_LOCAL])
     local_dir = properties.StringProperty(expanduser(u'~'))
     remote_dir = properties.StringProperty(u'')
     remote_entity = properties.StringProperty(u'')