mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 06:40:42 -07:00
fix duplicated text
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user