1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 19:57:45 +00:00

Fix capitalization

This commit is contained in:
Joshua Goins 2022-06-09 09:48:54 -04:00
parent 4cd39d0431
commit a489326fd5

View file

@ -443,7 +443,7 @@ void SettingsWindow::setupLoginTab(QFormLayout& layout) {
this->core.saveSettings(); this->core.saveSettings();
this->window.reloadControls(); this->window.reloadControls();
}); });
layout.addRow("Use One-time Password", useOneTimePassword); layout.addRow("Use One-Time Password", useOneTimePassword);
} }
void SettingsWindow::setupWineTab(QFormLayout& layout) { void SettingsWindow::setupWineTab(QFormLayout& layout) {