Switch to wine, add winetricks

This commit is contained in:
zontreck 2024-06-03 18:33:13 -07:00
parent 0c30b3f820
commit 0ae098318a
10 changed files with 104 additions and 79 deletions

View file

@ -55,11 +55,11 @@ class HomePageState extends State<HomePage> {
child: Column(
children: [
if (Platform.isLinux)
ListTile(
title: Text("Proton"),
leading: Icon(CupertinoIcons.gear),
subtitle: Text("Linux Proton: ${settings.proton_path}"),
), // Not yet implemented
SwitchListTile(
value: true,
onChanged: (V) {},
title: Text("Wine"),
),
ListTile(
title: Text("SteamCMD"),
leading: Icon(Icons.comment_rounded),