mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 06:15:47 +00:00
tweak: enable share
This commit is contained in:
parent
8f59c2614d
commit
89aab03905
@ -42,7 +42,8 @@ class ShareService extends BaseService {
|
||||
// about whether or not a user has access to this feature
|
||||
const svc_featureFlag = this.services.get('feature-flag');
|
||||
svc_featureFlag.register('share', {
|
||||
$: 'permission-flag'
|
||||
$: 'config-flag',
|
||||
value: true
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user