mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-13 17:49:03 +00:00
Project structure: moving stuff around
This commit is contained in:
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user