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