Skip to content

AppPreferences

adborbas edited this page Jun 5, 2022 · 1 revision

AppPreferences

Application preferences.

public struct AppPreferences: Codable 

Inheritance

Codable

Properties

isAutoTorrentManagementEnabled

true if Automatic Torrent Management is enabled by default.

public let isAutoTorrentManagementEnabled: Bool

isStartPausedEnabled

true if torrents should be added in a Paused state

public let isStartPausedEnabled: Bool

defaultSavePath

Default save path for torrents, separated by slashes.

public let defaultSavePath: String

Clone this wiki locally