Skip to content

Commit

Permalink
fixed screen share bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
HeiSir committed Feb 26, 2021
1 parent 5c5a5b2 commit ddcb2b4
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 291 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let localConfig;
(function(){

// 单例应用程序
if (false && !app.requestSingleInstanceLock()) {
if (!isDev && !app.requestSingleInstanceLock()) {
app.quit()
return
}
Expand Down
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</el-dropdown>
</div>
<div class="layout">
<el-dropdown trigger="click" placement="top" @command="clickChanageLayout">
<el-dropdown trigger="click" placement="top" @command="clickChangeLayout">
<div class="dorpdownLabel">
<img class="label" src="icon/layout.png" />
</div>
Expand Down
Loading

0 comments on commit ddcb2b4

Please sign in to comment.