-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from cassidyjames/about
Small improvements
- Loading branch information
Showing
7 changed files
with
112 additions
and
98 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,17 +4,10 @@ | |
*/ | ||
|
||
public class Butler.App : Adw.Application { | ||
public const string NAME = "Butler"; | ||
public const string DEVELOPER = "Cassidy James Blaede"; | ||
public const string EMAIL = "[email protected]"; | ||
public const string URL = "https://cassidyjames.com"; | ||
|
||
public static GLib.Settings settings; | ||
|
||
public App () { | ||
Object ( | ||
application_id: APP_ID | ||
); | ||
Object ( application_id: APP_ID ); | ||
} | ||
|
||
public static App _instance = null; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.