mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add the ability to delete a theme on iOS
This commit is contained in:
@@ -105,6 +105,12 @@ final class ArticleThemesManager: NSObject, NSFilePresenter {
|
||||
writeInstalledStyleSheets(installedStyleSheets)
|
||||
}
|
||||
|
||||
func deleteTheme(themeName: String) {
|
||||
if let filename = pathForThemeName(themeName, folder: folderPath) {
|
||||
try? FileManager.default.removeItem(atPath: filename)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// MARK : Private
|
||||
|
||||
Reference in New Issue
Block a user