mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
Merge pull request #140 from halorrr/master
FoundationApp: Krusader closes #144
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user