mirror of
https://github.com/rock88/moonlight-nx
synced 2024-11-10 14:24:30 +00:00
Fix info text
This commit is contained in:
parent
829e3ed789
commit
dade5fd5d3
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ void AppListWindow::reload(std::function<void()> callback) {
|
|||
loader->dispose();
|
||||
|
||||
if (result.isSuccess()) {
|
||||
container()->add<Label>("* For adjust Gamepad buttons and Combo keys for a specific game, select this game by a Dpad and press Y");
|
||||
container()->add<Label>("* For adjust Gamepad buttons and Combo keys for a specific game, select this game with a Dpad and press Y");
|
||||
container()->add<Widget>()->set_fixed_height(6);
|
||||
|
||||
auto button_container = container()->add<Widget>();
|
||||
|
|
Loading…
Reference in a new issue