mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Have history view react to configuration changes.
This commit is contained in:
committed by
Pieter de Bie
parent
865ae5f422
commit
31d2e1ad41
@@ -115,4 +115,9 @@ contextMenuItemsForElement:(NSDictionary *)element
|
||||
[super finalize];
|
||||
}
|
||||
|
||||
- (void) preferencesChanged
|
||||
{
|
||||
[[self script] callWebScriptMethod:@"enableFeatures" withArguments:nil];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user