[gnome] Update extensions for v46
This commit is contained in:
@ -65,6 +65,9 @@ export const ApplicationsService = class ApplicationsService {
|
||||
if (type_str.includes('MetaSurfaceActor'))
|
||||
actor = target.get_parent();
|
||||
|
||||
if (!actor.toString().includes('WindowActor'))
|
||||
actor = actor.get_parent();
|
||||
|
||||
if (!actor.toString().includes('WindowActor'))
|
||||
return send_picked_signal('window-not-found');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user