Commit 69f4b704 authored by David Fuhrmann's avatar David Fuhrmann

macosx: show stats panel again

parent 91e105d2
......@@ -143,7 +143,7 @@ static VLCInfo *_o_sharedInstance = nil;
- (void)initPanel
{
b_stats = config_GetInt(VLCIntf, "stats");
b_stats = var_InheritBool(VLCIntf, "stats");
if (!b_stats) {
if ([o_tab_view numberOfTabViewItems] > 2)
[o_tab_view removeTabViewItem: [o_tab_view tabViewItemAtIndex: 2]];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment