Skip to content

Commit

Permalink
fix: Fix the issue of picture printing failure in dbus
Browse files Browse the repository at this point in the history
Fix the issue of picture printing failure in dbus

Bug: https://pms.uniontech.com/bug-view-282569.html
Log: Fix the issue of picture printing failure in dbus
  • Loading branch information
pengfeixx authored and deepin-bot[bot] committed Nov 19, 2024
1 parent fd29e33 commit 6f22b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/MainStack.qml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Item {

Connections {
// 关联外部通过 DBus 等方式触发调用看图
function onOpenImageFile() {
function onOpenImageFile(fileName) {
setSourcePath(fileName);
}

Expand Down

0 comments on commit 6f22b43

Please sign in to comment.