mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-06 20:15:26 +00:00
Make 'show completed tasks' persistent
This commit is contained in:
@@ -212,6 +212,15 @@
|
||||
return (list && [list compare: @"tasksListView"] == NSOrderedSame)? @"active" : @"";
|
||||
}
|
||||
|
||||
- (BOOL) showCompletedTasks
|
||||
{
|
||||
BOOL show;
|
||||
|
||||
[self _setupContext];
|
||||
|
||||
return [[us objectForKey: @"ShowCompletedTasks"] boolValue];
|
||||
}
|
||||
|
||||
- (WOResponse *) saveSelectedListAction
|
||||
{
|
||||
WORequest *request;
|
||||
|
||||
Reference in New Issue
Block a user