Add "Enable GPU hardware acceleration" option

This commit is contained in:
Yuya Ochiai
2018-03-20 22:24:07 +09:00
parent 5fc2cacf59
commit b737e63f68
4 changed files with 54 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ const defaultPreferences = {
},
showUnreadBadge: true,
useSpellChecker: true,
enableHardwareAcceleration: true,
};
module.exports = defaultPreferences;