Skip to content

Commit

Permalink
fix: allow html in description
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 20, 2021
1 parent 4acc793 commit 6b78224
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ function trayAbout() {
openAboutWindow({
icon_path: path.join(__dirname, '../assets', 'icon.png'),
product_name: 'Companion Remote',
use_inner_html: true,
description: 'Remote Streamdeck connector for Bitfocus Companion <br />Supports 2.1.2 and newer',
adjust_window_size: false,
win_options: {
Expand All @@ -124,5 +125,6 @@ function trayAbout() {
copyright: '2021 Julian Waller',
homepage: 'https://github.com/julusian/companion-remote',
license: 'MIT',
use_version_info: true,
})
}

0 comments on commit 6b78224

Please sign in to comment.