mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-23 21:07:45 +00:00
Rename "Enable Dalamud Injection" option to "Enable Dalamud Plugins"
This makes it sound way less scary.
This commit is contained in:
parent
85bf9f0c98
commit
d39aa8d5aa
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ SettingsWindow::SettingsWindow(int defaultTab, LauncherWindow& window, LauncherC
|
|||
|
||||
this->core.saveSettings();
|
||||
});
|
||||
dalamudBoxLayout->addRow("Enable Dalamud Injection", enableDalamudBox);
|
||||
dalamudBoxLayout->addRow("Enable Dalamud Plugins", enableDalamudBox);
|
||||
|
||||
dalamudOptOutBox = new QCheckBox();
|
||||
connect(dalamudOptOutBox, &QCheckBox::stateChanged, [=](int) {
|
||||
|
|
Loading…
Add table
Reference in a new issue