Start hooking up proton page
This commit is contained in:
parent
c7d454138e
commit
129e69f2e0
3 changed files with 17 additions and 3 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue