changeset 254:0700293df0e6

file sharing: start in MODE_VIEW
author Goffi <goffi@goffi.org>
date Sat, 26 Jan 2019 20:24:48 +0100
parents 112ba3295f8f
children 03d74435c01c
files cagou/plugins/plugin_wid_file_sharing.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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'')