mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Debug logging message, custom script
This commit is contained in:
@@ -373,6 +373,15 @@ namespace VRCX
|
||||
return output;
|
||||
}
|
||||
|
||||
public string CustomScriptPath()
|
||||
{
|
||||
var output = String.Empty;
|
||||
var filePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "VRCX\\custom.js");
|
||||
if (File.Exists(filePath))
|
||||
output = filePath;
|
||||
return output;
|
||||
}
|
||||
|
||||
public string CurrentCulture()
|
||||
{
|
||||
return System.Globalization.CultureInfo.CurrentCulture.ToString();
|
||||
|
||||
Reference in New Issue
Block a user