mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-22 12:40:32 +09:00
Update pyLoad.php
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
|
||||
<?php namespace App\SupportedApps;
|
||||
class Krusader implements Contracts\Applications {
|
||||
class pyLoad implements Contracts\Applications {
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#5A5';
|
||||
return '#881';
|
||||
}
|
||||
public function icon()
|
||||
{
|
||||
return 'supportedapps/krusader.png';
|
||||
return 'supportedapps/pyload.png';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user