mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
chore: apply light lints (#2570)
This commit is contained in:
@@ -116,7 +116,7 @@ namespace hex::plugin::builtin::recent {
|
||||
return ImGuiWindowFlags_AlwaysAutoResize;
|
||||
}
|
||||
|
||||
void saveCurrentProjectAsRecent() {
|
||||
static void saveCurrentProjectAsRecent() {
|
||||
if (!ContentRegistry::Settings::read<bool>("hex.builtin.setting.general", "hex.builtin.setting.general.save_recent_providers", true)) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user