Skip to content

Commit

Permalink
refactor: update hydriam ui path
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquinDecima committed Jun 11, 2024
1 parent 0eae8ea commit 4265347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hydriam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
path="/usr/share/hydriam/"
path="/usr/share/hydriam/hydriam.py"
echo "Starting Hydriam..."
echo "Path: $path"
echo "Dev: $1"
Expand Down
2 changes: 1 addition & 1 deletion src/hydriam_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def __init__(self, app):
self.shareObject = HydriamBinding(self, app)
self.configManager = VSKConfigManager()
self.channel.registerObject("vsk", self.shareObject)
self.load_html("ui/dist/index.html") # Cargar un HTML en el WebView
self.load_html("/usr/share/hydriam/ui/dist/index.html") # Cargar un HTML en el WebView
self.set_position()

def set_position(self):
Expand Down

0 comments on commit 4265347

Please sign in to comment.