Merge branch 'master' into develop

This commit is contained in:
Griatch 2021-01-18 21:32:53 +01:00
commit ddf13aaf17

View file

@ -197,7 +197,7 @@ class SaveYesNoCmdSet(CmdSet):
"""Stores the yesno question""" """Stores the yesno question"""
key = "quitsave_yesno" key = "quitsave_yesno"
priority = 1 priority = 150 # override other cmdsets.
mergetype = "Replace" mergetype = "Replace"
def at_cmdset_creation(self): def at_cmdset_creation(self):