mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
refresh the history menu when user stops listening to a project. close #1784
This commit is contained in:
@@ -306,7 +306,8 @@ float heightForStringDrawing(NSString *myString, NSFont *myFont, float myWidth)
|
||||
[_statusItem setImage:_iconInactive];
|
||||
[menuItemStartStop setTitle:@"Listen to Project…"];
|
||||
[menuItemStartStop setAction:@selector(chooseFolder:)];
|
||||
|
||||
[self _prepareHistoryMenu];
|
||||
|
||||
[[NSUserDefaults standardUserDefaults] removeObjectForKey:@"LastOpenedPath"];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user