mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
default to not printing debug data
This commit is contained in:
parent
906eeccb54
commit
cebdb27a0d
@ -72,7 +72,8 @@ def main():
|
||||
webgui.start_gtk_thread()
|
||||
browser, web_recv, web_send = webgui.sync_gtk_msg(webgui.launch_window)(
|
||||
title="OnionShare | {0}".format(basename),
|
||||
quit_function=Global.set_quit)
|
||||
quit_function=Global.set_quit,
|
||||
echo=False)
|
||||
|
||||
# clipboard
|
||||
clipboard = gtk.clipboard_get(gtk.gdk.SELECTION_CLIPBOARD)
|
||||
|
Loading…
Reference in New Issue
Block a user