Merge pull request #140 from halorrr/master
FoundationApp: Krusader closes #144
This commit is contained in:
commit
90a9113971
4 changed files with 14 additions and 0 deletions
|
@ -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,
|
||||
|
|
12
app/SupportedApps/Krusader.php
Normal file
12
app/SupportedApps/Krusader.php
Normal 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';
|
||||
}
|
||||
}
|
|
@ -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
|
||||
|
|
BIN
storage/app/public/supportedapps/krusader.png
Normal file
BIN
storage/app/public/supportedapps/krusader.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Loading…
Add table
Reference in a new issue