Skip to content

Commit

Permalink
Merge branch 'main' into multi-file-transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc authored May 31, 2024
2 parents ae08d35 + 9fa0898 commit 4581ca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-conflicts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pull-requests: write
steps:
- name: check if PRs are mergeable
uses: eps1lon/[email protected].1
uses: eps1lon/[email protected].2
with:
dirtyLabel: "conflicts"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
3 changes: 3 additions & 0 deletions src/service/plugins/share.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ const SharePlugin = GObject.registerClass({
];
iconName = 'document-save-symbolic';

const gtk_recent_manager = Gtk.RecentManager.get_default();
gtk_recent_manager.add_item(file.get_uri());

if (packet.body.open) {
const uri = file.get_uri();
Gio.AppInfo.launch_default_for_uri_async(uri, null, null, null);
Expand Down

0 comments on commit 4581ca5

Please sign in to comment.