add TODOs

This commit is contained in:
Peter Fajdiga
2024-07-08 20:52:13 +02:00
parent 6784259c12
commit aec5750dc0
2 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
class DesktopManager {
// TODO: fix issue with removed and re-added screens
private readonly pinManager: PinManager;
private readonly config: Desktop.Config;
public readonly layoutConfig: LayoutConfig;

View File

@@ -1,4 +1,6 @@
class PinManager {
// TODO: per-screen
private readonly pinnedClients: Set<KwinClient>;
constructor() {