Adjust tooltips
This commit is contained in:
parent
a21ff3ca09
commit
01ca6dd607
|
|
@ -115,9 +115,7 @@ class EntityDataTableSource extends AppDataTableSource {
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
IconButton(
|
IconButton(
|
||||||
tooltip: prefState.enableTooltips
|
tooltip: prefState.enableTooltips
|
||||||
? AppLocalization.of(context).editRecord +
|
? AppLocalization.of(context).longPressToSelect
|
||||||
'\n' +
|
|
||||||
AppLocalization.of(context).longPressToSelect
|
|
||||||
: null,
|
: null,
|
||||||
onPressed: () => editEntity(entity: entity),
|
onPressed: () => editEntity(entity: entity),
|
||||||
icon: GestureDetector(
|
icon: GestureDetector(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue