♻️ Refactor

This commit is contained in:
Liyas Thomas
2020-01-19 12:37:19 +05:30
parent d9feffa630
commit 5458debe35
6 changed files with 53 additions and 51 deletions

View File

@@ -619,8 +619,7 @@ export default {
showExtensions: false,
showShortcuts: false,
showSupport: false,
firefoxExtInstalled:
window.firefoxExtSendRequest !== undefined ? true : false,
firefoxExtInstalled: window.firefoxExtSendRequest,
chromeExtInstalled: false
};
},