fix/adj_snippet_state_store (#2300)

* fix/adj_snippet_state_store

* revert
This commit is contained in:
chendapao 2022-11-27 15:56:27 +08:00 committed by GitHub
parent 4002cbca1b
commit 7f27745303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,7 @@ QJsonObject WidgetConfig::toJson() const
obj[QStringLiteral("node_explorer_close_before_open_with_enabled")] = m_nodeExplorerCloseBeforeOpenWithEnabled;
obj[QStringLiteral("search_panel_advanced_settings_visible")] = m_searchPanelAdvancedSettingsVisible;
obj[QStringLiteral("snippet_panel_builtin_snippets_visible")] = m_snippetPanelBuiltInSnippetsVisible;
obj[QStringLiteral("tag_explorer_two_columns_enabled")] = m_tagExplorerTwoColumnsEnabled;
writeStringList(obj,
QStringLiteral("main_window_keep_docks_expanding_content_area"),