Remove GTK 4.0.2+ theme workarounds

This commit is contained in:
Rafał Dzięgiel
2021-08-02 12:24:04 +02:00
parent ce46905319
commit 56ca13b370
2 changed files with 0 additions and 9 deletions

View File

@@ -29,9 +29,6 @@ class ClapperAppBase extends Gtk.Application
title: Misc.appName,
});
if(Gtk.MINOR_VERSION > 0 || Gtk.MICRO_VERSION > 1)
window.add_css_class('gtk402');
if(!settings.get_boolean('render-shadows'))
window.add_css_class('gpufriendly');