Swap q/quit for quit command
This commit is contained in:
parent
af0b6901be
commit
508d9e347c
@ -362,7 +362,7 @@ class QuteBrowser(QApplication):
|
||||
raise Exception("Forced crash")
|
||||
|
||||
@pyqtSlot()
|
||||
@cmdutils.register(instance='', name=['q', 'quit'], nargs=0)
|
||||
@cmdutils.register(instance='', name=['quit', 'q'], nargs=0)
|
||||
def shutdown(self, do_quit=True):
|
||||
"""Try to shutdown everything cleanly.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user