Skip to content
Snippets Groups Projects
Commit 119097f4 authored by Philipp Schäfer's avatar Philipp Schäfer
Browse files

VASettings: change default path to VAServerLauncher

parent 1f4ddf2a
No related branches found
No related tags found
1 merge request!9VAServerLauncher Improvement (now also sending reproduction type and ini)
...@@ -11,7 +11,7 @@ class UVASettings : public UDeveloperSettings ...@@ -11,7 +11,7 @@ class UVASettings : public UDeveloperSettings
public: public:
UPROPERTY(EditAnywhere, config, Category = "General", meta = (DisplayName = "Relative Path of this project to VAServer")) UPROPERTY(EditAnywhere, config, Category = "General", meta = (DisplayName = "Relative Path of this project to VAServer"))
FString VALauncherPath = "../VAServer"; FString VALauncherPath = "../VAServerLauncher";
UPROPERTY(EditAnywhere, config, Category = "General", meta = (DisplayName = "Copy audio files over network to VAServer")) UPROPERTY(EditAnywhere, config, Category = "General", meta = (DisplayName = "Copy audio files over network to VAServer"))
bool VALauncherCopyFiles = true; bool VALauncherCopyFiles = true;
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment