From d6eb8f7125a9aa339d24c261a45ea9d6c5fce56f Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Wed, 4 Mar 2026 02:48:15 -0800 Subject: [PATCH] fix duplicated text --- src/spice2x/overlay/windows/config.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/spice2x/overlay/windows/config.cpp b/src/spice2x/overlay/windows/config.cpp index 084caba..df229f8 100644 --- a/src/spice2x/overlay/windows/config.cpp +++ b/src/spice2x/overlay/windows/config.cpp @@ -3096,7 +3096,6 @@ namespace overlay::windows { if (!cfg::CONFIGURATOR_STANDALONE) { ImGui::EndDisabled(); - ImGui::TextUnformatted("File browser only works in spicecfg."); } } else if (definition.picker == OptionPickerType::DirectoryPath) { if (!cfg::CONFIGURATOR_STANDALONE) { @@ -3154,7 +3153,6 @@ namespace overlay::windows { if (!cfg::CONFIGURATOR_STANDALONE) { ImGui::EndDisabled(); - ImGui::TextUnformatted("File browser only works in spicecfg."); } } else {