Project structure: moving stuff around

This commit is contained in:
ItsLemmy
2025-10-14 10:46:31 -04:00
parent 3cd75b1ed8
commit dcf4f0f7d2
5 changed files with 10 additions and 12 deletions
+3 -4
View File
@@ -5,7 +5,6 @@ import Quickshell
import qs.Commons
import qs.Services
import qs.Widgets
import qs.Modules.Settings.Extras
ColumnLayout {
id: root
@@ -204,7 +203,7 @@ ColumnLayout {
spacing: Style.marginM
// Left Section
SectionEditor {
NSectionEditor {
sectionName: "Left"
sectionId: "left"
settingsDialogComponent: Qt.resolvedUrl(Quickshell.shellDir + "/Modules/Settings/Bar/BarWidgetSettingsDialog.qml")
@@ -221,7 +220,7 @@ ColumnLayout {
}
// Center Section
SectionEditor {
NSectionEditor {
sectionName: "Center"
sectionId: "center"
settingsDialogComponent: Qt.resolvedUrl(Quickshell.shellDir + "/Modules/Settings/Bar/BarWidgetSettingsDialog.qml")
@@ -238,7 +237,7 @@ ColumnLayout {
}
// Right Section
SectionEditor {
NSectionEditor {
sectionName: "Right"
sectionId: "right"
settingsDialogComponent: Qt.resolvedUrl(Quickshell.shellDir + "/Modules/Settings/Bar/BarWidgetSettingsDialog.qml")
+2 -3
View File
@@ -5,7 +5,6 @@ import Quickshell
import qs.Commons
import qs.Services
import qs.Widgets
import qs.Modules.Settings.Extras
ColumnLayout {
id: root
@@ -221,7 +220,7 @@ ColumnLayout {
spacing: Style.marginM
// Left
SectionEditor {
NSectionEditor {
sectionName: I18n.tr("settings.control-center.shortcuts.sectionLeft")
sectionId: "left"
settingsDialogComponent: ""
@@ -240,7 +239,7 @@ ColumnLayout {
}
// Right
SectionEditor {
NSectionEditor {
sectionName: I18n.tr("settings.control-center.shortcuts.sectionRight")
sectionId: "right"
settingsDialogComponent: ""