mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 11:59:21 +01:00
chore: don't report crashes when shutting down the game, if no devplugin is loaded
This commit is contained in:
parent
4f1257e79b
commit
ec0f52b7c3
4 changed files with 41 additions and 1 deletions
|
|
@ -759,6 +759,12 @@ internal class DalamudInterface : IDisposable, IServiceType
|
|||
}
|
||||
}
|
||||
|
||||
if (ImGui.MenuItem("Report crashes at shutdown", null, configuration.ReportShutdownCrashes))
|
||||
{
|
||||
configuration.ReportShutdownCrashes = !configuration.ReportShutdownCrashes;
|
||||
configuration.QueueSave();
|
||||
}
|
||||
|
||||
ImGui.Separator();
|
||||
|
||||
if (ImGui.MenuItem("Open Dalamud branch switcher"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue