rename to Look And Feel

This commit is contained in:
Benjamin Palko 2025-11-12 09:11:17 -05:00
parent 618fc22e80
commit 0ccb3f19f6
2 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,6 @@ import qs.services
import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
import Quickshell.Widgets
StyledPanelWindow {
id: window
@ -115,8 +114,8 @@ StyledPanelWindow {
ConfigurationView {
icon: Styling.lucide.icons.swatchBook
title: "Styling"
view: StylingView {}
title: "Look And Feel"
view: LookAndFeel {}
}
}