Skip to content

Commit 274200f

Browse files
committed
Update NWjs to 0.64
Update NWjs to 0.64
1 parent d92a49a commit 274200f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
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: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -518,11 +518,6 @@ progress[value]::-webkit-progress-bar {
518518
border-bottom: 1px solid red;
519519
}
520520

521-
.tab-osd .preview {
522-
background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/osd-bg-1.jpg);
523-
background-size: cover;
524-
}
525-
526521
.tab-osd .preview:active {
527522
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);
528523
background-size: cover;

0 commit comments

Comments
 (0)