Skip to content

Commit

Permalink
add tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythongor committed Jul 15, 2023
1 parent 54cdef0 commit 76d05e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README_Web.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ This is main control panel of this app. Here are:
- `Load config` button ( ⤒ ). Loads `controlnet.json` data to form fields.
- `Save config` button ( ⤓ ). Saves data from form fields to `controlnet.json`.
- `Settings` button ( ⛭ ). Opens settings modal.
- `Clear` button. Resets `painting canvas`
- `Zen mode` button. Enters simplified interface mode
- `Clear` button. Resets `painting canvas`.
- `Zen mode` button. Enters simplified interface mode.
- `Generate` button. Triggers ControlNet API image generation.

### `Settings modal`
Expand All @@ -89,9 +89,9 @@ This is main control panel of this app. Here are:

Here you can change:

- `Instant mode`. Switches instant mode (requests image redraw just when you stroke)
- `Audio signal`. Toggles audio signal
- `Audio theme`. Customizes the audio signal theme
- `Instant mode`. Switches instant mode (requests image redraw just when you stroke).
- `Audio signal`. Toggles audio signal.
- `Audio theme`. Customizes the audio signal theme.

### `Painting canvas`

Expand Down
2 changes: 1 addition & 1 deletion scripts/views/WebView/build/static/js/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/views/WebView/build/static/js/main.js.map

Large diffs are not rendered by default.

0 comments on commit 76d05e5

Please sign in to comment.