Switch to wine, add winetricks
This commit is contained in:
parent
0c30b3f820
commit
0ae098318a
10 changed files with 104 additions and 79 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue