alice icon indicating copy to clipboard operation
alice copied to clipboard

[FEATURE] Basic deskop support for save

Open neiljaywarner opened this issue 2 years ago • 0 comments

Proposal - modify alice_save_helper.dart saveCalls to if (Platform.isAndroid || Platform.isIOS) { _checkPermissions(context, calls, brightness) } else { _saveToFile(context,calls, brightness); }

neiljaywarner avatar Sep 08 '22 19:09 neiljaywarner