fix deep link to privacy policy and update docker file with lastest container for ollama, portainer and api-hub
This commit is contained in:
parent
4b1a70f709
commit
ef1f8b18cd
6 changed files with 52 additions and 29 deletions
|
|
@ -237,15 +237,8 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
|
|||
],
|
||||
),
|
||||
onTap: () {
|
||||
WidgetsBinding.instance
|
||||
.addPostFrameCallback((_) async {
|
||||
context
|
||||
.read<AboutMihProvider>()
|
||||
.setToolIndex(1);
|
||||
});
|
||||
context.goNamed(
|
||||
"aboutMih",
|
||||
extra: true,
|
||||
"mihPrivacyPolicy",
|
||||
);
|
||||
},
|
||||
),
|
||||
|
|
@ -268,15 +261,8 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
|
|||
],
|
||||
),
|
||||
onTap: () {
|
||||
WidgetsBinding.instance
|
||||
.addPostFrameCallback((_) async {
|
||||
context
|
||||
.read<AboutMihProvider>()
|
||||
.setToolIndex(2);
|
||||
});
|
||||
context.goNamed(
|
||||
"aboutMih",
|
||||
extra: true,
|
||||
"mihTermsOfService",
|
||||
);
|
||||
},
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue