wip
This commit is contained in:
parent
3972e98f74
commit
a2a3dd55ad
3 changed files with 57 additions and 36 deletions
|
|
@ -46,6 +46,8 @@ export default Vue.extend({
|
|||
const w = (this as any).os.new(MkUserListsWindow);
|
||||
w.$once('choosen', list => {
|
||||
this.list = list;
|
||||
this.src = 'list';
|
||||
w.close();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue