@@ -57,14 +57,14 @@ MainWindow::MainWindow(IAudioService* audioService,
57
57
_startupInTraySwitch = statupInTray;
58
58
59
59
_styleHelper = new StyleHelper (this );
60
- // TODO _eelEditor = new EELEditor(this);
60
+ _eelEditor = new EELEditor (this );
61
61
_trayIcon = new TrayIcon (this );
62
62
_autostart = new AutostartManager (this );
63
63
64
- // TODO _appMgrFragment = new FragmentHost<AppManagerFragment*>(new AppManagerFragment(_audioService->appManager(), this), WAF::BottomSide, this);
65
- // TODO _statusFragment = new FragmentHost<StatusFragment*>(new StatusFragment(this), WAF::BottomSide, this);
66
- // TODO _presetFragment = new FragmentHost<PresetFragment*>(new PresetFragment(_audioService, this), WAF::LeftSide, this);
67
- // TODO _settingsFragment = new FragmentHost<SettingsFragment*>(new SettingsFragment(_trayIcon, _audioService, _autostart, this), WAF::BottomSide, this);
64
+ _appMgrFragment = new FragmentHost<AppManagerFragment*>(new AppManagerFragment (_audioService->appManager (), this ), WAF::BottomSide, this );
65
+ _statusFragment = new FragmentHost<StatusFragment*>(new StatusFragment (this ), WAF::BottomSide, this );
66
+ _presetFragment = new FragmentHost<PresetFragment*>(new PresetFragment (_audioService, this ), WAF::LeftSide, this );
67
+ _settingsFragment = new FragmentHost<SettingsFragment*>(new SettingsFragment (_trayIcon, _audioService, _autostart, this ), WAF::BottomSide, this );
68
68
}
69
69
70
70
// Prepare base UI
0 commit comments