Browse Source

qml: CSDWindowsButtonSet: adding useWinIcons for rendering CSD Icons

pull/162/head
darshan jain 2 years ago
committed by Steve Lhomme
parent
commit
b06ef34af6
  1. 2
      modules/gui/qt/widgets/qml/CSDWindowButtonSet.qml

2
modules/gui/qt/widgets/qml/CSDWindowButtonSet.qml

@ -33,6 +33,8 @@ Row {
property color color: theme.fg.primary
property color hoverColor: VLCStyle.setColorAlpha(theme.bg.primary, 0.5)
readonly property bool useWinIcons: ((MainCtx.osName === MainCtx.Windows)&&(MainCtx.osVersion >= 10))
readonly property bool buttonHovered: {
let h = false
for (let i = 0; i < repeater.count; ++i) {

Loading…
Cancel
Save