Moved Some Preferences to a new "iTunes Store" Panel
This commit is contained in:
committed by
Kim Wittenburg
parent
e152c3da44
commit
a228f91409
@@ -42,6 +42,10 @@ internal class GeneralPreferencesViewController: NSViewController {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
internal class StorePreferencesViewController: NSViewController {
|
||||
|
||||
dynamic var iTunesStores: [String] {
|
||||
return NSLocale.ISOCountryCodes().map { NSLocale.currentLocale().displayNameForKey(NSLocaleCountryCode, value: $0)! }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user