fix : issues tab hidden

This commit is contained in:
Roy Qu 2022-10-24 20:06:12 +08:00
parent 2e7391d870
commit f20a979885
1 changed files with 0 additions and 8 deletions

View File

@ -5308,14 +5308,6 @@ void Settings::UI::doSave()
saveValue("show_bookmark", mShowBookmark);
saveValue("show_problem", mShowProblem);
saveValue("show_issues", mIssuesOrder);
saveValue("show_compile_log", mShowCompileLog);
saveValue("show_debug", mShowDebug);
saveValue("show_search", mShowSearch);
saveValue("show_todo", mShowTODO);
saveValue("show_bookmark", mShowBookmark);
saveValue("show_problem", mShowProblem);
saveValue("project_order", mProjectOrder);
saveValue("watch_order", mWatchOrder);
saveValue("structure_order", mStructureOrder);