mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-02 17:23:20 +00:00
Remove PNG images, replace them with SVGs
This commit is contained in:
parent
e28ba796cd
commit
f45aa601c7
23 changed files with 84 additions and 308 deletions
|
@ -1,9 +1,7 @@
|
|||
import { Backend } from "Backend.slint";
|
||||
import { Button, VerticalBox, CheckBox, Palette } from "std-widgets.slint";
|
||||
import { SideBar } from "SideBar.slint";
|
||||
import { SideBar } from "./components/SideBar.slint";
|
||||
import { MainView } from "MainView.slint";
|
||||
import { TaskWindow } from "windows/TaskWindow.slint";
|
||||
import { EventWindow } from "windows/EventWindow.slint";
|
||||
|
||||
export component AppWindow inherits Window {
|
||||
|
||||
|
@ -23,4 +21,4 @@ export component AppWindow inherits Window {
|
|||
|
||||
}
|
||||
|
||||
export { Backend, TaskWindow, EventWindow } // Export to make it visible to the C++ backend
|
||||
export { Backend } // Export to make it visible to the C++ backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue