Start hooking up proton page

This commit is contained in:
Zontreck 2023-11-03 00:26:04 -07:00
parent c7d454138e
commit 129e69f2e0
3 changed files with 17 additions and 3 deletions

View file

@ -60,6 +60,10 @@ class HomePageState extends State<HomePage> {
title: Text("Proton"),
leading: Icon(CupertinoIcons.gear),
subtitle: Text("Linux Proton"),
onTap: () {
if (settings.steamcmd_path.isNotEmpty)
Navigator.pushNamed(context, "/proton");
},
), // Not yet implemented
ListTile(
title: Text("SteamCMD"),