Skip to content

Commit

Permalink
editor更新
Browse files Browse the repository at this point in the history
  • Loading branch information
wizweishijun committed Apr 20, 2020
1 parent 61a7785 commit 4b50f23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion share/files/wizeditor/default.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions share/files/wizeditor/wizEditorForMac.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/sync/WizKMSync.cpp
Expand Up @@ -147,7 +147,7 @@ WizKMSyncThread::~WizKMSyncThread()

void WizKMSyncThread::run()
{
QThread::sleep(1000 * 10);
QThread::sleep(10);
//
while (!m_pEvents->isStop())
{
Expand Down

0 comments on commit 4b50f23

Please sign in to comment.