💄 Beautifier window on macOS and desktop platform

This commit is contained in:
2024-06-22 23:20:31 +08:00
parent 09e9a30eef
commit ee1922b1b5
8 changed files with 106 additions and 68 deletions

View File

@ -51,7 +51,7 @@ class AttachmentProvider extends GetConnect {
if (!await auth.isAuthorized) throw Exception('unauthorized');
final client = auth.configureClient(
service: 'paperclip',
'paperclip',
timeout: const Duration(minutes: 3),
);