mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
Minor tweak to the quickstart guide
Apply #5618 also to the quickstart guide.
This commit is contained in:
parent
227bd78150
commit
782bf6e7c6
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ slint::slint! {
|
||||||
// old: tile.image_visible = !tile.image_visible;
|
// old: tile.image_visible = !tile.image_visible;
|
||||||
// new:
|
// new:
|
||||||
if (!root.disable_tiles) {
|
if (!root.disable_tiles) {
|
||||||
tile.image_visible = !tile.image_visible;
|
tile.image_visible = true;
|
||||||
root.check_if_pair_solved();
|
root.check_if_pair_solved();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue