mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 15:27:43 +01:00
Add tabs and a setting button in the installer
This commit is contained in:
parent
64e78a297d
commit
9ad67b617b
2 changed files with 65 additions and 47 deletions
|
|
@ -488,6 +488,11 @@ namespace Dalamud {
|
|||
this.isImguiDrawChangelogWindow = true;
|
||||
}
|
||||
|
||||
internal void OpenSettings() {
|
||||
this.settingsWindow = new DalamudSettingsWindow(this);
|
||||
this.isImguiDrawSettingsWindow ^= true;
|
||||
}
|
||||
|
||||
private void ReplaceExceptionHandler() {
|
||||
var semd = this.SigScanner.ScanText(
|
||||
"40 55 53 56 48 8D AC 24 ?? ?? ?? ?? B8 ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 2B E0 48 8B 05 ?? ?? ?? ?? 48 33 C4 48 89 85 ?? ?? ?? ?? 48 83 3D ?? ?? ?? ?? ??");
|
||||
|
|
@ -756,8 +761,7 @@ namespace Dalamud {
|
|||
|
||||
private void OnOpenSettingsCommand(string command, string arguments)
|
||||
{
|
||||
this.settingsWindow = new DalamudSettingsWindow(this);
|
||||
this.isImguiDrawSettingsWindow = true;
|
||||
OpenSettings();
|
||||
}
|
||||
|
||||
private void OnBugReportCommand(string command, string arguments) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue