Tiled: rename client

This commit is contained in:
Peter Fajdiga
2023-09-01 14:18:40 +02:00
parent 0dfc29b1eb
commit 07ce7d4e60

View File

@@ -18,10 +18,10 @@ namespace ClientState {
const window = this.window;
const grid = window.column.grid;
const clientWrapper = window.client;
const client = window.client;
window.destroy(passFocus);
clientWrapper.prepareForFloating(grid.desktop.clientArea);
client.prepareForFloating(grid.desktop.clientArea);
}
private static initSignalManager(world: World, window: Window) {