mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 10:46:09 +02:00
wip
This commit is contained in:
@@ -10,6 +10,8 @@ import fuckAdBlock from './scripts/fuck-ad-block';
|
||||
import HomeStreamManager from '../common/scripts/streaming/home-stream-manager';
|
||||
import composeNotification from '../common/scripts/compose-notification';
|
||||
|
||||
import chooseDriveFolder from './api/choose-drive-folder';
|
||||
|
||||
import MkIndex from './views/pages/index.vue';
|
||||
|
||||
/**
|
||||
@@ -27,7 +29,9 @@ init(async (launch) => {
|
||||
// Register components
|
||||
require('./views/components');
|
||||
|
||||
const app = launch();
|
||||
const app = launch({
|
||||
chooseDriveFolder
|
||||
});
|
||||
|
||||
/**
|
||||
* Init Notification
|
||||
|
||||
Reference in New Issue
Block a user