Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion phone-connect/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

id = "icefish/phone-connect"
name = "Phone Connect"
version = "0.1.1"
version = "0.1.2"
plugin_api = 16
Comment on lines 13 to 16
author = "icefish"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion phone-connect/service.luau
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ local function handleCommand(cmd)
local first = (res.stdout or ""):match("'([^']+)'")
if first then dirPath = first end
end
noctalia.runAsync("xdg-open " .. shellQuote(dirPath), function() end)
noctalia.runAsync("xdg-open " .. shellQuote(dirPath))
noctalia.notify(t("notify.opening_browser"), dirPath)
end)
end)
Expand Down
Loading