fixing some small bugs

This commit is contained in:
Chris Cochrun 2022-03-16 07:21:30 -05:00
parent c35c0f6550
commit 5a1fa3fc75
5 changed files with 12 additions and 7 deletions

View file

@ -110,7 +110,7 @@ Item {
Kirigami.ActionToolBar {
height: 40
width: parent.width
display: Button.IconOnly
display: Controls.Button.IconOnly
visible: selectedLibrary == "songs"
actions: [
Kirigami.Action {
@ -455,7 +455,6 @@ Item {
else{
videoLibraryList.currentIndex = index
const video = videosqlmodel.getVideo(videoLibraryList.currentIndex);
/* showPassiveNotification("selected video: " + video); */
if (!editMode)
editMode = true;
editSwitch("video", video);
@ -673,6 +672,7 @@ Item {
editMode = true;
editSwitch("video", video);
}
}
Rectangle {