Merge pull request #3318 from iainsaxonhome/feature/quit-app

Added Quit App to main menu
This commit is contained in:
Bill Thornton
2022-02-09 01:32:54 -05:00
committed by GitHub
6 changed files with 32 additions and 1 deletions
-1
View File
@@ -199,7 +199,6 @@ const supportedFeatures = function () {
if (browser.operaTv || browser.tizen || browser.orsay || browser.web0s) {
features.push('exit');
} else {
features.push('exitmenu');
features.push('plugins');
}