Skip to content

Commit

Permalink
fix: Crash when opening the interface settings tab
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Feb 18, 2024
1 parent 6b32fce commit 218946d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/builtin/source/content/settings_entries.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ namespace hex::plugin::builtin {

ContentRegistry::Settings::add<Widgets::Checkbox>("hex.builtin.setting.interface", "hex.builtin.setting.interface.style", "hex.builtin.setting.interface.pattern_data_row_bg", false);
ContentRegistry::Settings::add<Widgets::Checkbox>("hex.builtin.setting.interface", "hex.builtin.setting.interface.style", "hex.builtin.setting.interface.always_show_provider_tabs", false);
ContentRegistry::Settings::add<Widgets::Checkbox>("hex.builtin.setting.interface", "hex.builtin.setting.interface.style", "", true);
ContentRegistry::Settings::add<Widgets::Checkbox>("hex.builtin.setting.interface", "hex.builtin.setting.interface.style", "hex.builtin.setting.interface.show_header_command_palette", true);

std::vector<std::string> languageNames;
std::vector<nlohmann::json> languageCodes;
Expand Down

0 comments on commit 218946d

Please sign in to comment.