X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=ApplicationController.m;h=dd3832367854af3fe0c8472987539074a6650aec;hp=6a34916400c52691039436c05003fc94ed94357d;hb=60710a84810cfbfa39ada9a9e44f61ceb2f144c5;hpb=15a3aec049658f4a1c3c6e8c9f8a549fb8de0782 diff --git a/ApplicationController.m b/ApplicationController.m index 6a34916..dd38323 100644 --- a/ApplicationController.m +++ b/ApplicationController.m @@ -63,6 +63,7 @@ [dockMenuBase removeItemAtIndex:dockMenuBase.numberOfItems - 1]; for (Config *config in self.configsController.configs) [dockMenuBase addItemWithTitle:config.name action:@selector(chooseConfig:) keyEquivalent:@""]; + [_targetController refreshConfigs]; [self configChanged]; }