Interface mockup 14

This commit is contained in:
Dion Moult
2026-05-10 22:04:03 +10:00
parent 05a15e84a6
commit 742561c56d
14 changed files with 520 additions and 281 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ void ModelsPanelController::removeLoadedModel(const QString& fed_id) {
}
void ModelsPanelController::openSettings() {
SettingsDialog dialog(session_state_->federation(), host_);
SettingsDialog dialog(session_state_, host_);
dialog.exec();
}