Skip to content

Commit e452650

Browse files
Merge pull request #2255 from RedisInsight/fe/bugfix/RI-4683_fullscreen
#RI-4683 - set menu bar visible = true
2 parents b39031a + 7142a60 commit e452650

File tree

1 file changed

+2
-0
lines changed
  • redisinsight/desktop/src/lib/menu

1 file changed

+2
-0
lines changed

redisinsight/desktop/src/lib/menu/menu.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ export class MenuBuilder {
257257
accelerator: 'F11',
258258
click: () => {
259259
this.mainWindow.setFullScreen(!this.mainWindow.isFullScreen())
260+
// on Linux menubar is hidden on full screen mode
261+
this.mainWindow.setMenuBarVisibility(true)
260262
}
261263
},
262264
{

0 commit comments

Comments
 (0)