File tree Expand file tree Collapse file tree 8 files changed +46
-50
lines changed Expand file tree Collapse file tree 8 files changed +46
-50
lines changed Original file line number Diff line number Diff line change 22 "manifest_version" : 2 ,
33 "name" : " __MSG_extName__" ,
44 "short_name" : " __MSG_extShortName__" ,
5- "version" : " 6.2.0 " ,
5+ "version" : " 6.2.1 " ,
66 "default_locale" : " en" ,
77 "description" : " __MSG_extDesc__" ,
88 "icons" : {
Original file line number Diff line number Diff line change 22 "manifest_version" : 2 ,
33 "name" : " __MSG_extName__" ,
44 "short_name" : " __MSG_extShortName__" ,
5- "version" : " 6.2.0 " ,
5+ "version" : " 6.2.1 " ,
66 "default_locale" : " en" ,
77 "description" : " __MSG_extDesc__" ,
88 "applications" : {
Original file line number Diff line number Diff line change 2929 "base64-loader" : " ^1.0.0" ,
3030 "eslint" : " ^6.8.0" ,
3131 "fork-ts-checker-webpack-plugin" : " ^4.1.4" ,
32- "npm-license-generator" : " ^1.0.0 " ,
32+ "npm-license-generator" : " ^1.0.2 " ,
3333 "prettier" : " 1.18.2" ,
3434 "sass" : " ^1.26.5" ,
3535 "ts-loader" : " ^6.2.2" ,
Original file line number Diff line number Diff line change 1717
1818 <MenuPage
1919 id =" menu"
20+ v-show =" style.slidein || style.slideout"
2021 v-bind:class =" { slidein: style.slidein, slideout: style.slideout }"
2122 />
2223
Original file line number Diff line number Diff line change 1212 {{ i18n.account }} - {{ email }}
1313 </div >
1414 </div >
15- <div v-show =" encryption.getEncryptionStatus() && backupToken" >
15+ <div
16+ class =" control-group"
17+ v-show =" encryption.getEncryptionStatus() && backupToken"
18+ >
1619 <label class =" combo-label" >{{ i18n.encrypted }}</label >
17- <select v-model =" isEncrypted" >
20+ <select style = " margin : 20 px 10 px ; " v-model =" isEncrypted" >
1821 <option value =" true" >{{ i18n.yes }}</option >
1922 <option value =" false" >{{ i18n.no }}</option >
2023 </select >
Original file line number Diff line number Diff line change 1212 {{ i18n.account }} - {{ email }}
1313 </div >
1414 </div >
15- <div v-show =" encryption.getEncryptionStatus() && backupToken" >
15+ <div
16+ class =" control-group"
17+ v-show =" encryption.getEncryptionStatus() && backupToken"
18+ >
1619 <label class =" combo-label" >{{ i18n.encrypted }}</label >
17- <select v-model =" isEncrypted" >
20+ <select style = " margin : 20 px 10 px ; " v-model =" isEncrypted" >
1821 <option value =" true" >{{ i18n.yes }}</option >
1922 <option value =" false" >{{ i18n.no }}</option >
2023 </select >
Original file line number Diff line number Diff line change 1212 {{ i18n.account }} - {{ email }}
1313 </div >
1414 </div >
15- <div v-show =" encryption.getEncryptionStatus() && backupToken" >
15+ <div
16+ class =" control-group"
17+ v-show =" encryption.getEncryptionStatus() && backupToken"
18+ >
1619 <label class =" combo-label" >{{ i18n.encrypted }}</label >
17- <select v-model =" isEncrypted" >
20+ <select style = " margin : 20 px 10 px ; " v-model =" isEncrypted" >
1821 <option value =" true" >{{ i18n.yes }}</option >
1922 <option value =" false" >{{ i18n.no }}</option >
2023 </select >
You can’t perform that action at this time.
0 commit comments