mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-03 05:12:55 +00:00
Fix a few more occurences of slixtyfps
This commit is contained in:
parent
cfda533b73
commit
7bf6c4826f
4 changed files with 5 additions and 5 deletions
|
|
@ -47,7 +47,7 @@ window.check_if_pair_solved.setHandler(function () {
|
|||
model.setRowData(tile2_index, tile2);
|
||||
} else {
|
||||
window.disable_tiles = true;
|
||||
sixtyfps.Timer.singleShot(1000, () => {
|
||||
slint.Timer.singleShot(1000, () => {
|
||||
window.disable_tiles = false;
|
||||
tile1.image_visible = false;
|
||||
model.setRowData(tile1_index, tile1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue