mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
qt: Add web configuration tab.
This commit is contained in:
parent
5dddc43fde
commit
b4d06de621
6 changed files with 217 additions and 2 deletions
|
@ -23,5 +23,6 @@ void ConfigureDialog::applyConfiguration() {
|
|||
ui->graphicsTab->applyConfiguration();
|
||||
ui->audioTab->applyConfiguration();
|
||||
ui->debugTab->applyConfiguration();
|
||||
ui->webTab->applyConfiguration();
|
||||
Settings::Apply();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue