Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

Commit

Permalink
Add About support
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyjames committed Sep 19, 2019
1 parent 5f3740d commit f9be85f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,14 @@ public class Application : Gtk.Application {
if (link != null) {
string flag = "";

// Implements System Settings Schema Specification v1.1
// https://github.com/elementary/switchboard/wiki/System-Settings-Schema-Specification
switch (link) {
case "":
break;
case "about":
flag = "info-overview";
break;
case "accounts":
flag = "user-accounts";
break;
Expand Down

0 comments on commit f9be85f

Please sign in to comment.