Very crude initial support for starting app from launcher

This commit is contained in:
2026-09-17 22:53:14 -05:00
parent 09ef9d613f
commit 56699bb644
4 changed files with 43 additions and 3 deletions

View File

@@ -34,6 +34,10 @@ module W3DHubLauncher
}.to_json(options)
end
def application_installed?(application, channel)
applications.find { |app| app.id == application&.id && app.channel == channel&.id }
end
# User explictly set options
class Preferences
SCHEMA = 0