Skip to content

Commit

Permalink
Update src/main/dialog/themedwindow.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Krassowski <[email protected]>
  • Loading branch information
mbektas and krassowski authored Feb 6, 2024
1 parent 755dad9 commit d45c78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/dialog/themedwindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class ThemedWindow {
<div class="page-container">
<jlab-dialog-titlebar id="title-bar" data-title="${
this._window.title
}" data-closable="${this._closable.toString()}" class="${
}" data-closable="${this._closable ? 'true' : 'false'}" class="${
this._isDarkTheme ? 'app-ui-dark' : ''
}"></jlab-dialog-titlebar>
<div id="jlab-dialog-body" class="jlab-dialog-body">
Expand Down

0 comments on commit d45c78f

Please sign in to comment.