Update modern.js

This commit is contained in:
2025-07-28 00:41:54 +02:00
committed by GitHub
parent 6e9fb687fe
commit 59b2fe1646
-2
View File
@@ -411,10 +411,8 @@ class Tiler {
_isException(win) {
if (!win) return false;
const wmClass = (win.get_wm_class() || "").toLowerCase();
const appId = (win.get_gtk_application_id() || "").toLowerCase();
return this._exceptions.includes(wmClass) || this._exceptions.includes(appId);
}