public static DownloadOptions DownloadOptions {get;}
Public Shared ReadOnly Property DownloadOptions As DownloadOptions
public static DownloadOptions DownloadOptions {get;}
Public Shared ReadOnly Property DownloadOptions As DownloadOptions
var staging = ApplicationOptions.DownloadOptions.StagingLocation; var ppkx_loc = ApplicationOptions.DownloadOptions.UnpackPPKXLocation; var ask_ppkx_loc = ApplicationOptions.DownloadOptions.AskForUnpackPPKXLocation; var other_loc = ApplicationOptions.DownloadOptions.UnpackOtherLocation; var ask_other_loc = ApplicationOptions.DownloadOptions.AskForUnpackOtherLocation; var use_proj_folder = ApplicationOptions.DownloadOptions.UnpackOtherToProjectLocation; var offline_loc = ApplicationOptions.DownloadOptions.OfflineMapsLocation; var ask_offline_loc = ApplicationOptions.DownloadOptions.AskForOfflineMapsLocation; var use_proj_folder_offline = ApplicationOptions.DownloadOptions.OfflineMapsToProjectLocation;
Target Platforms: Windows 11, Windows 10