@@ -57,14 +57,14 @@ MainWindow::MainWindow(IAudioService* audioService,
5757 _startupInTraySwitch = statupInTray;
5858
5959 _styleHelper = new StyleHelper (this );
60- // TODO _eelEditor = new EELEditor(this);
60+ _eelEditor = new EELEditor (this );
6161 _trayIcon = new TrayIcon (this );
6262 _autostart = new AutostartManager (this );
6363
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 );
6868 }
6969
7070 // Prepare base UI
0 commit comments