mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Finish migration away from AppAssets to AppImage and AppColor.
This commit is contained in:
@@ -35,13 +35,13 @@ final class PreferencesWindowController: NSWindowController, NSToolbarDelegate {
|
||||
var specs = [PreferencesToolbarItemSpec]()
|
||||
specs += [PreferencesToolbarItemSpec(identifierRawValue: ToolbarItemIdentifier.General,
|
||||
name: NSLocalizedString("General", comment: "Preferences"),
|
||||
image: AppAssets.preferencesToolbarGeneralImage)]
|
||||
image: AppImage.preferencesToolbarGeneral)]
|
||||
specs += [PreferencesToolbarItemSpec(identifierRawValue: ToolbarItemIdentifier.Accounts,
|
||||
name: NSLocalizedString("Accounts", comment: "Preferences"),
|
||||
image: AppAssets.preferencesToolbarAccountsImage)]
|
||||
image: AppImage.preferencesToolbarAccounts)]
|
||||
specs += [PreferencesToolbarItemSpec(identifierRawValue: ToolbarItemIdentifier.Advanced,
|
||||
name: NSLocalizedString("Advanced", comment: "Preferences"),
|
||||
image: AppAssets.preferencesToolbarAdvancedImage)]
|
||||
image: AppImage.preferencesToolbarAdvanced)]
|
||||
return specs
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user