mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-04 11:35:06 +03:00
NK-102 - ...
This commit is contained in:
@@ -9,7 +9,7 @@ void PopupHelper::Confirmation(const std::string& id)
|
||||
ImGui::OpenPopup(id.c_str());
|
||||
}
|
||||
|
||||
bool PopupHelper::DefineDialog(std::string id, std::string text)
|
||||
bool PopupHelper::DefineDialog(std::string& id, std::string& text)
|
||||
{
|
||||
bool result = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user