diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-26 18:19:54 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-26 18:19:54 +0100 | 
| commit | 74e0c63150df8b61170348bee353034ac38f26a6 (patch) | |
| tree | 04be5aa4749c48e5d0a55489a0c14c0436039c0a | |
| parent | 28760f77a78ecdbea3c390ae0d602d410852d230 (diff) | |
| parent | b076122b4682999f7787fa5f7cf6efaaf3cef755 (diff) | |
Merge pull request #1621 from Priton-CE/patch-1
| -rw-r--r-- | proto-wine/ftnoir_protocol_wine.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/proto-wine/ftnoir_protocol_wine.h b/proto-wine/ftnoir_protocol_wine.h index 23845d51..f79f65dc 100644 --- a/proto-wine/ftnoir_protocol_wine.h +++ b/proto-wine/ftnoir_protocol_wine.h @@ -28,7 +28,7 @@ struct settings : opts      value<QVariant> proton_path{b, "proton-version", {} };      value<QVariant> wine_select_path{b, "wine-select-version", {"WINE"}};      value<QString> wine_custom_path{b, "wine-custom-version", ""}; -    value<QString> wineprefix{b, "wineprefix", "~/Games/star-citizen/"}; +    value<QString> wineprefix{b, "wineprefix", "~/.wine/"};      value<int>     protocol{b, "protocol", 2};  }; | 
