[vlc-commits] [Git][videolan/vlc][master] qml: use `theme.fg.positive` color for new update version text in `UpdatePane`
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sun Aug 2 07:31:31 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
0c86a918 by Fatih Uzunoglu at 2026-08-02T06:56:56+00:00
qml: use `theme.fg.positive` color for new update version text in `UpdatePane`
Amends 6f82e5fc.
- - - - -
1 changed file:
- modules/gui/qt/maininterface/qml/UpdatePane.qml
Changes:
=====================================
modules/gui/qt/maininterface/qml/UpdatePane.qml
=====================================
@@ -81,7 +81,7 @@ T.Pane {
switch (UpdateModel.updateStatus) {
case UpdateModel.NeedUpdate:
const extra = UpdateModel.extra
- return qsTr("A new version of VLC is available: <font color=\"%1\">%2.%3.%4%5</font>").arg(theme.fg.neutral)
+ return qsTr("A new version of VLC is available: <font color=\"%1\">%2.%3.%4%5</font>").arg(theme.fg.positive)
.arg(UpdateModel.major)
.arg(UpdateModel.minor)
.arg(UpdateModel.revision)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0c86a91834789dcd8f5f2fbcff7b531bedfac8b0
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0c86a91834789dcd8f5f2fbcff7b531bedfac8b0
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list