Skip to content

Commit

Permalink
* Related to #31 + 6babf96, just for edit view
Browse files Browse the repository at this point in the history
  • Loading branch information
Clon1998 committed Mar 8, 2022
1 parent 6babf96 commit e2e3f4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ui/views/printers/edit/printers_edit_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ class PrintersEdit extends ViewModelBuilderWidget<PrintersEditViewModel> {
labelText: 'Moonraker - API Key',
suffix: IconButton(icon: Icon(Icons.qr_code_sharp), onPressed: model.openQrScanner,),
helperText:
'Only needed if youre using trusted clients. FluiddPI enforces this!'),
'Only needed if youre using trusted clients. FluiddPI enforces this!',
helperMaxLines: 3),
name: 'printerApiKey',
initialValue: model.printerApiKey,
),
Expand Down

0 comments on commit e2e3f4f

Please sign in to comment.