Skip to content

Commit 84f716b

Browse files
committed
Update NWjs to 0.64
1 parent abdcbc6 commit 84f716b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const NODE_ENV = process.env.NODE_ENV || 'production';
4848
const NAME_REGEX = /-/g;
4949

5050
const nwBuilderOptions = {
51-
version: '0.62.0',
51+
version: '0.64.0"',
5252
files: `${DIST_DIR}**/*`,
5353
macIcns: './src/images/bf_icon.icns',
5454
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},

src/css/dark-theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,10 +518,10 @@ progress[value]::-webkit-progress-bar {
518518
border-bottom: 1px solid red;
519519
}
520520

521-
.tab-osd .preview {
521+
/* .tab-osd .preview {
522522
background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/osd-bg-1.jpg);
523523
background-size: cover;
524-
}
524+
} */
525525

526526
.tab-osd .preview:active {
527527
background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../images/osd-bg-1-grid.png), url(../../images/osd-bg-1.jpg);

0 commit comments

Comments
 (0)