Skip to content

application: initialize settings in startup()

Mohammed Sadiq requested to merge pksadiq/gnome-notes:cleanup-init into master

init() is executed for every application instance created (whether it's remote or not). But we require settings and icon to be set only for primary instance.

This will also speedup launching of remote instances, though it's not a big concern here.

Merge request reports