# HG changeset patch # User Goffi # Date 1548530688 -3600 # Node ID 0700293df0e6d939786b6f77fc6688b82e844dee # Parent 112ba3295f8f06d4bb159b5123270cb49d73fe3a file sharing: start in MODE_VIEW diff -r 112ba3295f8f -r 0700293df0e6 cagou/plugins/plugin_wid_file_sharing.py --- 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'')