added open changelog button to settings title menu
This commit is contained in:
@@ -589,6 +589,11 @@ public class UpdateNotesUi : WindowMediatorSubscriberBase
|
||||
|
||||
IsOpen = false;
|
||||
}
|
||||
|
||||
if (ImGui.IsItemHovered())
|
||||
{
|
||||
ImGui.SetTooltip("You can view this window again in the settings (title menu)");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user