fix translation keys. allow > enable
This commit is contained in:
parent
7bafe142ca
commit
30c4e9cf00
@ -449,7 +449,7 @@ Future<List<TToggleMenu>> toolbarDisplayToggle(
|
|||||||
if (value == null) return;
|
if (value == null) return;
|
||||||
bind.sessionToggleOption(sessionId: sessionId, value: option);
|
bind.sessionToggleOption(sessionId: sessionId, value: option);
|
||||||
},
|
},
|
||||||
child: Text(translate('Allow file copy and paste'))));
|
child: Text(translate('Enable file copy and paste'))));
|
||||||
}
|
}
|
||||||
// disable clipboard
|
// disable clipboard
|
||||||
if (ffiModel.keyboard && perms['clipboard'] != false) {
|
if (ffiModel.keyboard && perms['clipboard'] != false) {
|
||||||
|
Loading…
Reference in New Issue
Block a user