From 03e7984a1d83da5672bb154bbde79b81540876fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 18 Aug 2020 21:49:05 +0200 Subject: Allow to configure a custom slide list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- lib/AppInfo/Application.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/AppInfo') diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index 95ecc213..c622993e 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -36,6 +36,8 @@ use OCP\AppFramework\Http\Events\BeforeTemplateRenderedEvent; class Application extends App implements IBootstrap { + public const APP_ID = 'firstrunwizard'; + public function __construct() { parent::__construct('firstrunwizard'); } -- cgit v1.2.3