Fix a few more occurences of slixtyfps

This commit is contained in:
Olivier Goffart 2022-02-02 17:00:15 +01:00
parent cfda533b73
commit 7bf6c4826f
4 changed files with 5 additions and 5 deletions

View file

@ -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);