mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-16 04:34:42 +08:00
17669b7be0
Signature plugin fixes Add view decorator A large number of fixes
10 lines
335 B
JavaScript
10 lines
335 B
JavaScript
|
|
import {view} from 'Knoin/Knoin';
|
|
import {AbstractSystemDropDownUserView} from 'View/User/AbstractSystemDropDown';
|
|
|
|
@view({
|
|
name: 'View/User/Settings/SystemDropDown'
|
|
})
|
|
class SystemDropDownSettingsUserView extends AbstractSystemDropDownUserView {}
|
|
|
|
export {SystemDropDownSettingsUserView, SystemDropDownSettingsUserView as default};
|