5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-17 09:29:30 +08:00

[v2] Misc Fixes

This commit is contained in:
Lea Anthony 2021-09-27 19:59:00 +10:00
parent 1d8f74d6d7
commit b7c28ab1f2
2 changed files with 1 additions and 2 deletions

View File

@ -234,7 +234,6 @@ func AddSubcommand(app *clir.Cli, w io.Writer) error {
if strings.HasPrefix(dir, ".") { if strings.HasPrefix(dir, ".") {
return return
} }
println("Watching", dir)
err = watcher.Add(dir) err = watcher.Add(dir)
if err != nil { if err != nil {
logger.Fatal(err.Error()) logger.Fatal(err.Error())

View File

@ -2,7 +2,7 @@
html { html {
text-align: center; text-align: center;
color: white; color: white;
background-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 255);
width: 100%; width: 100%;
height: 100%; height: 100%;
} }