Skip to content

application: Subclass AdwApplication

Christopher Davis requested to merge wip/cdavis/adwapplication into master

AdwApplication automatically loads CSS from our resource path, allowing us to cut out our own code for it.

This requires renaming the CSS file. In addition, we previously had the CSS file in a web_files () object that we never used, so that was removed too.

Merge request reports