mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 06:35:41 +08:00
[AFV] Ref T739, correct tabs for cockpit info area
This commit is contained in:
committed by
Mat Sutcliffe
parent
9447db00bc
commit
2ac58deda1
@@ -44,9 +44,10 @@ namespace BlackGui
|
|||||||
InfoArea area = static_cast<InfoArea>(areaIndex);
|
InfoArea area = static_cast<InfoArea>(areaIndex);
|
||||||
switch (area)
|
switch (area)
|
||||||
{
|
{
|
||||||
case InfoAreaAudio: return CIcons::appAudio16();
|
case InfoAreaAudio: return CIcons::appAudio16();
|
||||||
case InfoAreaVoiceRooms: return CIcons::appVoiceRooms16();
|
case InfoAreaNotifications: return CIcons::appVoiceRooms16();
|
||||||
default: return CIcons::empty();
|
case InfoAreaAdvanced: return CIcons::appSettings16();
|
||||||
|
default: return CIcons::empty();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -43,9 +43,10 @@ namespace BlackGui
|
|||||||
enum InfoArea
|
enum InfoArea
|
||||||
{
|
{
|
||||||
// index must match tab index!
|
// index must match tab index!
|
||||||
InfoAreaVoiceRooms = 0,
|
InfoAreaNotifications = 0,
|
||||||
InfoAreaAudio = 1,
|
InfoAreaAudio = 1,
|
||||||
InfoAreaNone = -1
|
InfoAreaAdvanced = 2,
|
||||||
|
InfoAreaNone = -1
|
||||||
};
|
};
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
|||||||
Reference in New Issue
Block a user