mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-03 01:33:19 +00:00
Remove unused code, move logic from .h to their .cpp, clean some things
This commit is contained in:
parent
924e35ecc4
commit
cb6c663833
41 changed files with 492 additions and 978 deletions
|
@ -13,7 +13,7 @@ export component SideBar inherits Rectangle {
|
|||
}
|
||||
VerticalLayout {
|
||||
spacing: 4px;
|
||||
for item[index] in Backend.resources: ToggleButton {
|
||||
for item[index] in Backend.sources: ToggleButton {
|
||||
text: item;
|
||||
text-alignment: left;
|
||||
clicked => { Backend.source_clicked(index) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue