mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-05 15:30:00 +01:00
fix submodule
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,6 +1,6 @@
|
||||
[submodule "ext/tinyfiledialogs"]
|
||||
path = ext/tinyfiledialogs
|
||||
url = https://github.com/native-toolkit/tinyfiledialogs.git
|
||||
url = https://github.com/native-toolkit/tinyfiledialogs.git
|
||||
[submodule "ext/tinyxml2"]
|
||||
path = ext/tinyxml2
|
||||
url = https://github.com/leethomason/tinyxml2.git
|
||||
|
||||
@@ -546,7 +546,7 @@ static void ShowAboutOpengl(bool* p_open)
|
||||
// static std::string allextensions( glGetString(GL_EXTENSIONS) );
|
||||
|
||||
static bool show_opengl_info = false;
|
||||
ImGui::Checkbox( ICON_FA_CHEVRON_DOWN " Show details", &show_opengl_info);
|
||||
ImGui::Checkbox( "Show details " ICON_FA_CHEVRON_DOWN, &show_opengl_info);
|
||||
if (show_opengl_info)
|
||||
{
|
||||
ImGui::Separator();
|
||||
@@ -610,7 +610,7 @@ static void ShowAboutGStreamer(bool* p_open)
|
||||
ImGui::SameLine();
|
||||
|
||||
static bool show_config_info = false;
|
||||
ImGui::Checkbox( ICON_FA_CHEVRON_DOWN " Show details", &show_config_info);
|
||||
ImGui::Checkbox("Show details " ICON_FA_CHEVRON_DOWN , &show_config_info);
|
||||
if (show_config_info)
|
||||
{
|
||||
ImGui::Separator();
|
||||
|
||||
Reference in New Issue
Block a user