Added randomiseTheme to commandline

This commit is contained in:
willerbee 2020-09-25 17:15:33 +08:00 committed by GitHub
parent 8b7c944ed7
commit fcbd8b3ba6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -365,6 +365,11 @@ let commands = {
showCommandLine();
},
},
{
id: "randomiseTheme",
display: "Next random theme",
exec: () => randomiseTheme()
},
{
id: "bailOut",
display: "Bail out...",