tweak dropdown menu colors, point noiz.py to index.html

This commit is contained in:
Armin 2026-07-07 00:44:56 +02:00
commit ba37bc82c9
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
import webview
webview.create_window(
"noiz://",
"https://bsd.pm/noiz/"
"./index.html"
)
webview.start()