mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: disk size (#252)
This commit is contained in:
@@ -193,8 +193,8 @@ class _PrivateKeyEditPageState extends State<PrivateKeyEditPage> {
|
||||
context.showSnackBar(
|
||||
l10n.fileTooLarge(
|
||||
path,
|
||||
size.convertBytes,
|
||||
Miscs.privateKeyMaxSize.convertBytes,
|
||||
size.bytes2Str,
|
||||
Miscs.privateKeyMaxSize.bytes2Str,
|
||||
),
|
||||
);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user