Skip to content

examples: Stop using G_APPLICATION_FLAGS_NONE

Alice Mikhaylenko requested to merge wip/exalm/warning into main

We can't use G_APPLICATION_DEFAULT_FLAGS because it requires bumping min glib version, so just use 0 instead.

Merge request reports