fixing some small bugs
This commit is contained in:
parent
c35c0f6550
commit
5a1fa3fc75
5 changed files with 12 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue