Merge pull request #157 from halorrr/patch-2

SupportedApp: Cardigann
This commit is contained in:
KodeStar 2018-03-26 08:34:26 +01:00 committed by GitHub
commit 479412b190
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 0 deletions

View file

@ -27,6 +27,7 @@ class Item extends Model
{
return [
'AirSonic' => \App\SupportedApps\AirSonic::class,
'Cardigann' => \App\SupportedApps\Cardigann::class,
'CouchPotato' => \App\SupportedApps\CouchPotato::class,
'Deluge' => \App\SupportedApps\Deluge::class,
'Dokuwiki' => \App\SupportedApps\Dokuwiki::class,

View file

@ -0,0 +1,12 @@
<?php namespace App\SupportedApps;
class Cardigann implements Contracts\Applications {
public function defaultColour()
{
return '#753';
}
public function icon()
{
return 'supportedapps/cardigann.png';
}
}

View file

@ -42,6 +42,7 @@ Supported applications are recognized by the title of the application as entered
**Foundation**
- AirSonic
- Cardigann
- Deluge
- DokuWiki
- Duplicati

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB