Switch to unified view

a/GUI/player/GUI_PlayerMenubar.cpp b/GUI/player/GUI_PlayerMenubar.cpp
...
...
104
{
104
{
105
105
106
    m_settings->setShowNotifications(active);
106
    m_settings->setShowNotifications(active);
107
}
107
}
108
108
109
// prvt slot
110
void GUI_Player::min2tray_toggled(bool b)
111
{
112
    m_settings->setMinimizeToTray(b);
113
    m_min2tray = b;
114
}
115
116
void GUI_Player::only_one_instance_toggled(bool)
109
void GUI_Player::only_one_instance_toggled(bool)
117
{
110
{
118
}
111
}
119
112
120
// prvt slot
113
// prvt slot