ENH: config apply_only vector at index

Change-Id: I7bf5a44b2d3db2e21207696b6ef7e41a499da078
Jira: STUDIO-7747
(cherry picked from commit 5f30ee389e804f3a71021cdec231a0c92d21d83c)
This commit is contained in:
chunmao.guo
2024-07-31 19:59:39 +08:00
committed by Noisyfox
parent 53a1827731
commit 193ab1da34
3 changed files with 20 additions and 2 deletions

View File

@@ -277,6 +277,7 @@ protected:
m_highlighter;
DynamicPrintConfig m_cache_config;
std::vector<std::string> m_cache_options;
bool m_page_switch_running = false;