Skip to content

Commit

Permalink
perf: 交互优化
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed May 15, 2024
1 parent e2d6dae commit 109d493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MaaDebugger/webpage/index_page/master_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ async def connect_win32_control():
on_click=lambda: on_click_connect(),
)
window_name_input = (
ui.input("Window Regex")
ui.input("Search Window Name", placeholder="Supports regex, eg: File Explorer")
.props("size=30")
.bind_value(app.storage.general, "window_name")
)
Expand Down

0 comments on commit 109d493

Please sign in to comment.