Commit c91409d0 authored by Canek Peláez's avatar Canek Peláez
Browse files

application: Implement the preferences() method.

parent b681cee9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@ namespace Example {
        }

        private void preferences () {
            var prefs = new ApplicationPreferences (window);
            prefs.present ();
        }

        public override void startup () {