mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(mobile): Auto switching server URLs (#14437)
This commit is contained in:
parent
3c38851d50
commit
055f1fc72f
38 changed files with 1828 additions and 108 deletions
|
|
@ -236,6 +236,12 @@ enum StoreKey<T> {
|
|||
colorfulInterface<bool>(130, type: bool),
|
||||
|
||||
syncAlbums<bool>(131, type: bool),
|
||||
|
||||
// Auto endpoint switching
|
||||
autoEndpointSwitching<bool>(132, type: bool),
|
||||
preferredWifiName<String>(133, type: String),
|
||||
localEndpoint<String>(134, type: String),
|
||||
externalEndpointList<String>(135, type: String),
|
||||
;
|
||||
|
||||
const StoreKey(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue