Merge pull request #140 from halorrr/master

FoundationApp: Krusader closes #144
This commit is contained in:
KodeStar 2018-03-16 22:00:17 +00:00 committed by GitHub
commit 90a9113971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 0 deletions

View file

@ -36,6 +36,7 @@ class Item extends Model
'Home Assistant' => \App\SupportedApps\HomeAssistant::class,
'Jackett' => \App\SupportedApps\Jackett::class,
'Jdownloader' => \App\SupportedApps\Jdownloader::class,
'Krusader' => \App\SupportedApps\Krusader::class,
'Lidarr' => \App\SupportedApps\Lidarr::class,
'Mcmyadmin' => \App\SupportedApps\Mcmyadmin::class,
'Medusa' => \App\SupportedApps\Medusa::class,

View file

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

View file

@ -45,6 +45,7 @@ You can use the app to link to any site or application, but Foundation apps will
- Gitea
- Graylog
- Jdownloader
- Krusader
- Lidarr
- McMyAdmin
- Medusa

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB