Skip to content

Commit

Permalink
Fixed chatbox being cleared
Browse files Browse the repository at this point in the history
  • Loading branch information
MickeyUK committed Sep 18, 2024
1 parent 12022b8 commit c76f78c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ The overlay has a new theming system. You can put custom CSS files inside the th
wails dev -appargs design
```

You can display the inspector in dev mode by passing the inspector argument:

```
wails dev -appargs inspector
```

## OBS

The Smash Soda overlay application is primarily intended for users who want to see details about their room at all times and only have one monitor. For those wishing to build their own OBS overlays, it's as simple as connecting to the websocket server that Smash Soda creates when hosting, and then displaying the info how you want.
Expand Down
3 changes: 0 additions & 3 deletions frontend/src/widgets/WidgetChat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ export default {
}
}, 5000);
// Clear the input
this.$refs['input-chat'].value = '';
},
findCSSRule(className, property) {
Expand Down

0 comments on commit c76f78c

Please sign in to comment.