add TODOs
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
class PinManager {
|
||||
// TODO: per-screen
|
||||
|
||||
private readonly pinnedClients: Set<KwinClient>;
|
||||
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user