mirror of
https://github.com/FranP-code/wintile.git
synced 2025-10-13 00:33:46 +00:00
Fix first click bug
This commit is contained in:
@@ -644,7 +644,7 @@ function isClose(a, b) {
|
|||||||
|
|
||||||
var preview = new St.BoxLayout({
|
var preview = new St.BoxLayout({
|
||||||
style_class: 'tile-preview',
|
style_class: 'tile-preview',
|
||||||
visible: true
|
visible: false
|
||||||
});
|
});
|
||||||
Main.uiGroup.add_actor(preview);
|
Main.uiGroup.add_actor(preview);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user