BlafKing / sd-civitai-browser-plus

Extension to access CivitAI via WebUI: download, delete, scan for updates, list installed models, assign tags, and boost downloads with multi-threading.
GNU Affero General Public License v3.0
309 stars 53 forks source link

[Bug]: Typo #166

Closed ManOrMonster closed 8 months ago

ManOrMonster commented 8 months ago

Describe the bug.

I can't believe it took me this long to notice this. In my defense I usually use this first thing in the morning. ๐Ÿ˜†

In scripts/civitai_gui.py, line 206:

download_selected = gr.Button(value="Download all ๐Ÿ‘‰seleceted๐Ÿ‘ˆ", interactive=False, visible=False)

Steps to reproduce the problem.

  1. Check more than one model
  2. Look at misspelled button

Expected behavior

Should say "selected"

System info

Console logs

n/a

Additional information

No response

BlafKing commented 8 months ago

Nice catch!

Never noticed that myself either ๐Ÿ˜… I have fixed in the latest version! :)