Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
feat: Update path to load HTML in NavaleWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquinDecima committed Jun 11, 2024
1 parent afa40c9 commit 5b3e55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navale_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self):
self.channel.registerObject("vsk", self.shareObject)
self.move_to_screen() # Mover la ventana a una pantalla específica
self.set_as_dock() # Hacer que la ventana se comporte como un dock
self.load_html("ui/dist/index.html") # Cargar un HTML en el WebView
self.load_html("/usr/share/navale/ui/dist/index.html") # Cargar un HTML en el WebView

# Mover la ventana a una pantalla específica
def move_to_screen(self):
Expand Down

0 comments on commit 5b3e55e

Please sign in to comment.