This commit is contained in:
2026-04-16 15:49:32 +02:00
parent d58f075c8f
commit c688bc3232

View File

@@ -8,7 +8,6 @@ use OCP\AppFramework\App;
use OCP\AppFramework\Bootstrap\IBootContext;
use OCP\AppFramework\Bootstrap\IBootstrap;
use OCP\AppFramework\Bootstrap\IRegistrationContext;
use OCP\Util;
class Application extends App implements IBootstrap {
@@ -22,7 +21,5 @@ class Application extends App implements IBootstrap {
}
public function boot(IBootContext $context): void {
// This is supposed to load on every page
Util::addStyle('minimalprofile', 'minimalprofile');
}
}