feat(config): Allow users to set AP port (#1420)

* added support for ap-port conf

* chore: Reindent table

* feat: Only set `ap_port` in session config if supplied by user

* docs: Update CHANGELOG

---------

Co-authored-by: Henrik Friedrichsen <henrik@affekt.org>
This commit is contained in:
gilcu3
2024-03-30 19:03:29 +01:00
committed by GitHub
parent ba89e50e10
commit 9624c03264
5 changed files with 16 additions and 5 deletions

View File

@@ -102,6 +102,7 @@ pub struct ConfigValues {
pub library_tabs: Option<Vec<LibraryTab>>,
pub hide_display_names: Option<bool>,
pub credentials: Option<Credentials>,
pub ap_port: Option<u16>,
}
/// Commands used to obtain user credentials automatically.