diff --git a/lib/home.dart b/lib/home.dart index 42a0d13..17b4d4b 100644 --- a/lib/home.dart +++ b/lib/home.dart @@ -55,6 +55,10 @@ class HomePageState extends State { 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),