opt.: icloud sync (#187)
This commit is contained in:
@@ -46,7 +46,9 @@ abstract final class Paths {
|
||||
return _fontDir!;
|
||||
}
|
||||
|
||||
static Future<String> get bak async => '${await doc}/srvbox_bak.json';
|
||||
static const String bakName = 'srvbox_bak.json';
|
||||
|
||||
static Future<String> get bak async => '${await doc}/$bakName';
|
||||
|
||||
static Future<String> get dl async => joinPath(await doc, 'dl');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user