Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed Nov 26, 2019
2 parents 0a7ba5e + 6adc999 commit 09ad9b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "figma-linux",
"version": "0.6.0",
"version": "0.6.1",
"description": "Figma is the first interface design tool based in the browser, making it easier for teams to create software. Join as in Telegram: https://t.me/figma_linux",
"main": "src/main/index.js",
"repository": "git@github.com:ChugunovRoman/figma-linux.git",
Expand Down
3 changes: 2 additions & 1 deletion src/main/window/WindowManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ class WindowManager {

if (!Settings.get('app.disabledMainMenu')) {
initMainMenu();
} else {
} else {
E.Menu.setApplicationMenu(null);
this.mainWindow.setMenuBarVisibility(false);
}

Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "figma-linux",
"version": "0.6.0",
"version": "0.6.1",
"description": "Figma is the first interface design tool based in the browser, making it easier for teams to create software. Join as in Telegram: https://t.me/figma_linux",
"main": "main/main.js",
"repository": "git@github.com:ChugunovRoman/figma-linux.git",
Expand Down

0 comments on commit 09ad9b5

Please sign in to comment.