mirror of
https://github.com/immich-app/immich.git
synced 2025-11-20 08:42:35 +09:00
feat: network requirement option for upload (#20302)
* wifi toggle * feat: network requirement option for upload * chore: put back holding queue previous config numbers * options * backup option page * pr feedback
This commit is contained in:
@@ -764,6 +764,22 @@ class DriftBackupAlbumSelectionRoute extends PageRouteInfo<void> {
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [DriftBackupOptionsPage]
|
||||
class DriftBackupOptionsRoute extends PageRouteInfo<void> {
|
||||
const DriftBackupOptionsRoute({List<PageRouteInfo>? children})
|
||||
: super(DriftBackupOptionsRoute.name, initialChildren: children);
|
||||
|
||||
static const String name = 'DriftBackupOptionsRoute';
|
||||
|
||||
static PageInfo page = PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const DriftBackupOptionsPage();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
/// generated route for
|
||||
/// [DriftBackupPage]
|
||||
class DriftBackupRoute extends PageRouteInfo<void> {
|
||||
|
||||
Reference in New Issue
Block a user