mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
GUI: add party time warning
This commit is contained in:
parent
0d5aa002d3
commit
a9b2102ec1
1 changed files with 3 additions and 0 deletions
|
@ -404,6 +404,9 @@ void FurnaceGUI::drawSettings() {
|
||||||
if (ImGui::Checkbox("About screen party time",&partyTimeB)) {
|
if (ImGui::Checkbox("About screen party time",&partyTimeB)) {
|
||||||
settings.partyTime=partyTimeB;
|
settings.partyTime=partyTimeB;
|
||||||
}
|
}
|
||||||
|
if (ImGui::IsItemHovered()) {
|
||||||
|
ImGui::SetTooltip("Warning: may cause epileptic seizures.");
|
||||||
|
}
|
||||||
|
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue