Browse Source

macosx: add missing string in `VLCStatusNotifierView` prevent exception

pull/197/head
Serhii Bykov 3 months ago
committed by Steve Lhomme
parent
commit
a90d03b0ea
  1. 1
      modules/gui/macosx/views/VLCStatusNotifierView.m

1
modules/gui/macosx/views/VLCStatusNotifierView.m

@ -59,6 +59,7 @@ NSString * const VLCMessageTimeoutTimerUserInfoMessageKey = @"VLCMessageTimeoutT
_libraryItemsLoadedMessage = _NS("Library items loaded");
_discoveringMediaMessage = _NS("Discovering media");
_discoveryCompletedMessage = _NS("Media discovery completed");
_discoveryFailedMessage = _NS("Media discovery failed");
_activeTimers = NSMutableDictionary.dictionary;
self.label.stringValue = _NS("Idle");

Loading…
Cancel
Save