fix duplicated text

This commit is contained in:
bicarus-dev
2026-03-04 02:48:15 -08:00
parent dc6850e479
commit d6eb8f7125
-2
View File
@@ -3096,7 +3096,6 @@ namespace overlay::windows {
if (!cfg::CONFIGURATOR_STANDALONE) { if (!cfg::CONFIGURATOR_STANDALONE) {
ImGui::EndDisabled(); ImGui::EndDisabled();
ImGui::TextUnformatted("File browser only works in spicecfg.");
} }
} else if (definition.picker == OptionPickerType::DirectoryPath) { } else if (definition.picker == OptionPickerType::DirectoryPath) {
if (!cfg::CONFIGURATOR_STANDALONE) { if (!cfg::CONFIGURATOR_STANDALONE) {
@@ -3154,7 +3153,6 @@ namespace overlay::windows {
if (!cfg::CONFIGURATOR_STANDALONE) { if (!cfg::CONFIGURATOR_STANDALONE) {
ImGui::EndDisabled(); ImGui::EndDisabled();
ImGui::TextUnformatted("File browser only works in spicecfg.");
} }
} else { } else {