From 3f68d74db52c250de5bb31dad1c31ffb5c27e2a4 Mon Sep 17 00:00:00 2001 From: Russell Sim Date: Wed, 24 Jun 2020 21:37:52 +0200 Subject: Only set the wineprefix if not using proton Seems this else was accidentally deleted in my last PR. Without it the wineprefix keeps getting set to ~/.wine --- proto-wine/ftnoir_protocol_wine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto-wine/ftnoir_protocol_wine.cpp b/proto-wine/ftnoir_protocol_wine.cpp index 6652eb48..af53ff1f 100644 --- a/proto-wine/ftnoir_protocol_wine.cpp +++ b/proto-wine/ftnoir_protocol_wine.cpp @@ -80,7 +80,7 @@ module_status wine::initialize() if (!success) return error(error_string); } - + else { QString wineprefix = "~/.wine"; if (!s.wineprefix->isEmpty()) -- cgit v1.2.3