Switch to side-by-side view

--- a/GUI/mainw/mw_menubar.cpp
+++ b/GUI/mainw/mw_menubar.cpp
@@ -24,6 +24,7 @@
 
 #include <libupnpp/upnpplib.hxx>
 
+#include "HelperStructs/CSettingsStorage.h"
 
 /** VIEW **/
 
@@ -76,13 +77,6 @@
 }
 
 // prvt slot
-void GUI_Player::show_notification_toggled(bool active)
-{
-
-    m_settings->setShowNotifications(active);
-}
-
-// prvt slot
 void GUI_Player::small_playlist_items_toggled(bool b)
 {
     m_settings->setShowSmallPlaylist(b);