💥 ags(control-center/mixer): get application icon by stream name

This commit is contained in:
retrozinndev
2025-04-23 14:21:20 -03:00
parent ef474e9742
commit ddf4f659b5
3 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ class Pages extends Widget.Revealer {
close(onClosed?: () => void): void {
if(!this.isOpen) return;
this.set_reveal_child(false);
this.revealChild = false;
timeout(this.transitionDuration, () => {
this.remove(this.#page!);
this.page = undefined;