Remove title from the Windows titlebar
This commit is contained in:
parent
6aeddb9301
commit
531c208918
5 changed files with 0 additions and 8 deletions
|
@ -148,7 +148,6 @@ export const DebugLogWindow = ({
|
|||
platform={platform}
|
||||
theme={theme}
|
||||
executeMenuRole={executeMenuRole}
|
||||
title={i18n('debugLog')}
|
||||
>
|
||||
<div className="DebugLogWindow">
|
||||
<div>
|
||||
|
@ -192,7 +191,6 @@ export const DebugLogWindow = ({
|
|||
platform={platform}
|
||||
theme={theme}
|
||||
executeMenuRole={executeMenuRole}
|
||||
title={i18n('debugLog')}
|
||||
>
|
||||
<div className="DebugLogWindow">
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue