Skip to content

Commit

Permalink
opt: do not need to reload webview when initialize dictionaries
Browse files Browse the repository at this point in the history
During this phase ,the webview has not existed yet
  • Loading branch information
xiaoyifang committed Jul 15, 2024
1 parent 262c3c1 commit 3fddab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-windows-vcpkg-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [windows-2022]
qt_ver: [ 6.7.2 ]
qt_ver: [ 6.7.2, 6.6.3 ]
qt_arch: [win64_msvc2019_64]
env:
version: 24.05.13
Expand Down
2 changes: 1 addition & 1 deletion src/ui/mainwindow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ void MainWindow::makeDictionaries()
ftsIndexing.doIndexing();

updateStatusLine();
updateGroupList();
updateGroupList( false );
}

void MainWindow::updateStatusLine()
Expand Down

0 comments on commit 3fddab6

Please sign in to comment.