mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-08-05 19:21:35 -07:00
fix(overlay): Linux X11/XWayland stacking, stale pause state, multi-copy selector (#101)
This commit is contained in:
@@ -70,6 +70,18 @@ export abstract class BaseWindowTracker {
|
||||
return false;
|
||||
}
|
||||
|
||||
getTargetWindowMediaSourceId(): string | null {
|
||||
return null;
|
||||
}
|
||||
|
||||
getTargetWindowNativeId(): string | null {
|
||||
return null;
|
||||
}
|
||||
|
||||
raiseTargetWindow(): Promise<boolean> {
|
||||
return Promise.resolve(false);
|
||||
}
|
||||
|
||||
protected updateTargetWindowFocused(focused: boolean): void {
|
||||
if (this.targetWindowFocused === focused) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user