A bug was introduced in #708 (62ff9b0f417285a49f4c4dfb0913394d59b8216f) as the closeAllFiles() function return value when there were no tabs open was accidentally changed from true to false.
Ideally bugfixes should go on the release branch (if there is one), and then merged back into develop.
I guess I will just cherry-pick. Thank you for the quick fix.
Fixes #834
A bug was introduced in #708 (62ff9b0f417285a49f4c4dfb0913394d59b8216f) as the
closeAllFiles()
function return value when there were no tabs open was accidentally changed fromtrue
tofalse
.