Files
chiasson-nix/modules/desktop/shells/dms/plugins/wvkbd-toggle/WvkbdToggleSettings.qml
T
2026-05-08 21:48:22 -03:00

17 lines
386 B
QML

import QtQuick
import qs.Common
import qs.Modules.Plugins
PluginSettings {
id: root
pluginId: "wvkbdToggle"
StyledText {
width: parent.width
text: "Click the keyboard icon in the bar to show or hide the on-screen keyboard (wvkbd)."
font.pixelSize: Theme.fontSizeSmall
color: Theme.surfaceVariantText
wrapMode: Text.WordWrap
}
}