booru: images, clear, provider setting

This commit is contained in:
end-4
2025-04-28 23:24:11 +02:00
parent 160a55d859
commit 1f5ea7b983
6 changed files with 380 additions and 36 deletions
@@ -5,12 +5,12 @@ import "root:/modules/common/widgets"
import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
import Qt5Compat.GraphicalEffects
import Quickshell.Io
import Quickshell
import Quickshell.Widgets
import Quickshell.Wayland
import Quickshell.Hyprland
import Qt5Compat.GraphicalEffects
Scope { // Scope
id: root
@@ -136,7 +136,9 @@ Scope { // Scope
text: "To be implemented"
horizontalAlignment: Text.AlignHCenter
}
Anime {}
Anime {
panelWindow: sidebarRoot
}
}
}