Browse Source

Update pyLoad.php

pull/156/head
halorrr 7 years ago
committed by GitHub
parent
commit
17eef7a4aa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      app/SupportedApps/pyLoad.php

6
app/SupportedApps/pyLoad.php

@ -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…
Cancel
Save