committed by
GitHub
1 changed files with 3 additions and 3 deletions
@ -1,12 +1,12 @@ |
|||||
|
|
||||
<?php namespace App\SupportedApps; |
<?php namespace App\SupportedApps; |
||||
class Krusader implements Contracts\Applications { |
class pyLoad implements Contracts\Applications { |
||||
public function defaultColour() |
public function defaultColour() |
||||
{ |
{ |
||||
return '#5A5'; |
return '#881'; |
||||
} |
} |
||||
public function icon() |
public function icon() |
||||
{ |
{ |
||||
return 'supportedapps/krusader.png'; |
return 'supportedapps/pyload.png'; |
||||
} |
} |
||||
} |
} |
||||
|
Loading…
Reference in new issue