mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing default menu for river/folder read filter.
This commit is contained in:
parent
f994699a8e
commit
9dfbb8348f
2 changed files with 6 additions and 2 deletions
|
@ -63,6 +63,10 @@
|
|||
[readFilterSegmentedControl setSelectedSegmentIndex:0];
|
||||
if ([[userPreferences stringForKey:readFilterKey] isEqualToString:@"unread"]) {
|
||||
[readFilterSegmentedControl setSelectedSegmentIndex:1];
|
||||
} else if ([[userPreferences stringForKey:readFilterKey] isEqualToString:@"all"]) {
|
||||
[readFilterSegmentedControl setSelectedSegmentIndex:0];
|
||||
} else if (appDelegate.isRiverView) {
|
||||
[readFilterSegmentedControl setSelectedSegmentIndex:1];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
// #define BACKGROUND_REFRESH_SECONDS -5
|
||||
#define BACKGROUND_REFRESH_SECONDS -10*60
|
||||
|
||||
#define NEWSBLUR_URL [NSString stringWithFormat:@"nb.local.com"]
|
||||
// #define NEWSBLUR_URL [NSString stringWithFormat:@"www.newsblur.com"]
|
||||
// #define NEWSBLUR_URL [NSString stringWithFormat:@"nb.local.com"]
|
||||
#define NEWSBLUR_URL [NSString stringWithFormat:@"debug.newsblur.com"]
|
||||
|
||||
#define NEWSBLUR_LINK_COLOR 0x405BA8
|
||||
#define NEWSBLUR_HIGHLIGHT_COLOR 0xd2e6fd
|
||||
|
|
Loading…
Add table
Reference in a new issue