mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
debug: add button to test the loading dialog
This commit is contained in:
parent
64f49be395
commit
af29419cc9
1 changed files with 8 additions and 0 deletions
|
|
@ -895,6 +895,14 @@ internal class DalamudInterface : IInternalDisposableService
|
||||||
{
|
{
|
||||||
this.configuration.ShowDevBarInfo = !this.configuration.ShowDevBarInfo;
|
this.configuration.ShowDevBarInfo = !this.configuration.ShowDevBarInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ImGui.Separator();
|
||||||
|
|
||||||
|
if (ImGui.MenuItem("Show loading window"))
|
||||||
|
{
|
||||||
|
var dialog = new LoadingDialog();
|
||||||
|
dialog.Show();
|
||||||
|
}
|
||||||
|
|
||||||
ImGui.EndMenu();
|
ImGui.EndMenu();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue