1
Fork 0
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:
Joshua Goins 2022-03-28 15:56:50 -04:00
parent 85bf9f0c98
commit d39aa8d5aa

View file

@ -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) {