mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Merge branch 'bugfix/nautilus-extension-dont-spam-logs' of https://github.com/intrigeri/onionshare into intrigeri-bugfix/nautilus-extension-dont-spam-logs
This commit is contained in:
commit
149e6a15d0
@ -93,3 +93,7 @@ class OnionShareExtension(GObject.GObject, Nautilus.MenuProvider):
|
||||
for file in files:
|
||||
file_list.append(self.url2path(file))
|
||||
self.exec_onionshare(file_list)
|
||||
|
||||
# Workaround https://bugzilla.gnome.org/show_bug.cgi?id=784278
|
||||
def get_background_items(self, window, file):
|
||||
return None
|
||||
|
Loading…
Reference in New Issue
Block a user