Start to add a proton submenu
This commit is contained in:
parent
04ac7789d2
commit
c7d454138e
2 changed files with 23 additions and 4 deletions
|
@ -55,10 +55,12 @@ class HomePageState extends State<HomePage> {
|
|||
padding: EdgeInsets.all(16),
|
||||
child: Column(
|
||||
children: [
|
||||
if(Platform.isLinux)
|
||||
ListTile(title: Text("Proton"),
|
||||
leading: Icon(CupertinoIcons.gear),
|
||||
subtitle: Text("Linux Proton"),), // Not yet implemented
|
||||
if (Platform.isLinux)
|
||||
ListTile(
|
||||
title: Text("Proton"),
|
||||
leading: Icon(CupertinoIcons.gear),
|
||||
subtitle: Text("Linux Proton"),
|
||||
), // Not yet implemented
|
||||
ListTile(
|
||||
title: Text("SteamCMD"),
|
||||
leading: Icon(Icons.comment_rounded),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue