Skip to content
This repository has been archived by the owner on Nov 12, 2018. It is now read-only.

New Noification Implementation #522

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unnecessary console code
gehuangyi20 committed Apr 30, 2017
commit 26a9da5eb836365739d76db00dcacfdd5306c389
1 change: 0 additions & 1 deletion src/windows/controllers/wechat.js
Original file line number Diff line number Diff line change
@@ -70,7 +70,6 @@ class WeChatWindow {

/* menu is always visible on xfce session */
isXfce().then(data => {
console.log(data);
if(data) {
this.wechatWindow.setMenuBarVisibility(true);
this.wechatWindow.setAutoHideMenuBar(false);