mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -50,6 +50,8 @@ void showExampleDialog(entry::AppI* _app)
|
||||
cmdExec(command);
|
||||
}
|
||||
|
||||
ImGui::PushStyleVar(ImGuiStyleVar_ItemSpacing, ImVec2(3.0f, 3.0f) );
|
||||
|
||||
if (ImGui::Button(ICON_FA_REPEAT " Restart" ) )
|
||||
{
|
||||
cmdExec("app restart");
|
||||
@@ -72,6 +74,8 @@ void showExampleDialog(entry::AppI* _app)
|
||||
{
|
||||
cmdExec("exit");
|
||||
}
|
||||
|
||||
ImGui::PopStyleVar();
|
||||
}
|
||||
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user