mirror of
https://github.com/immich-app/immich.git
synced 2025-12-24 01:11:32 +03:00
feat(mobile): Auto switching server URLs (#14437)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user