We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7ebad commit 499df1bCopy full SHA for 499df1b
scripts/nxt_filer
@@ -57,7 +57,6 @@ import nxt.locator
57
from usb.core import USBError
58
from nxt.locator import BrickNotFoundError
59
from nxt.error import FileExistsError, SystemProtocolError
60
-from nxt.telegram import OPCODES, Telegram
61
62
63
def play_soundfile(b, fname):
@@ -382,9 +381,7 @@ class AboutDialog(Gtk.AboutDialog):
382
381
383
class Application(Gtk.Application):
384
def __init__(self, *args, **kwargs):
385
- super().__init__(*args,
386
- flags=Gio.ApplicationFlags.HANDLES_COMMAND_LINE,
387
- **kwargs)
+ super().__init__(*args, **kwargs)
388
self.window = None
389
390
self.set_option_context_summary(
0 commit comments