amend window to always include menu
This commit is contained in:
parent
10b77eb51c
commit
6f5a28678b
31 changed files with 565 additions and 957 deletions
|
|
@ -279,7 +279,6 @@ class _BuildPatientsListState extends State<BuildAccessRequestList> {
|
|||
),
|
||||
],
|
||||
),
|
||||
windowTools: null,
|
||||
onWindowTapClose: () {
|
||||
Navigator.pop(context);
|
||||
}),
|
||||
|
|
|
|||
|
|
@ -436,7 +436,6 @@ class _BuildPatientsListState extends State<BuildBusinessAccessList> {
|
|||
),
|
||||
],
|
||||
),
|
||||
windowTools: null,
|
||||
onWindowTapClose: () {
|
||||
Navigator.pop(context);
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue