Add a button for linux proton
This commit is contained in:
parent
438b4f7777
commit
04ac7789d2
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@ 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
|
||||
ListTile(
|
||||
title: Text("SteamCMD"),
|
||||
leading: Icon(Icons.comment_rounded),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue