[vlc-commits] [Git][videolan/vlc][master] qml: extend the tool tip message of tool bar editor delete profile button
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sun Dec 1 14:27:01 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
44fb77ef by Fatih Uzunoglu at 2024-12-01T14:09:17+00:00
qml: extend the tool tip message of tool bar editor delete profile button
... so that the user knows that deleting all profiles bring back the
default styles (such as default, minimalist, classic styles) with
new profiles.
- - - - -
1 changed file:
- modules/gui/qt/dialogs/toolbar/qml/ToolbarEditorDialog.qml
Changes:
=====================================
modules/gui/qt/dialogs/toolbar/qml/ToolbarEditorDialog.qml
=====================================
@@ -174,7 +174,7 @@ WindowDialog {
}
Widgets.IconToolButton {
- description: qsTr("Delete the current profile")
+ description: qsTr("Delete the current profile.\nDeleting all profiles brings back the default styles.")
text: VLCIcons.del
onClicked: {
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/44fb77ef6715380e914168d70436037c4fed98d0
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/44fb77ef6715380e914168d70436037c4fed98d0
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list