Link to MSC
Summary: Found out about this today. Reviewed By: mweststrate Differential Revision: D26129626 fbshipit-source-id: 82aa5d9fa536010b51fc1cf937f521e5ffa88015
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d39ea08a6c
commit
c41a2a3605
@@ -9,7 +9,7 @@
|
||||
|
||||
import React, {useEffect, useState, useCallback} from 'react';
|
||||
import {TrackingScope, useLogger} from 'flipper-plugin';
|
||||
import {styled} from '../ui';
|
||||
import {Link, styled} from '../ui';
|
||||
import {Layout, Sidebar} from '../ui';
|
||||
import {theme} from 'flipper-plugin';
|
||||
import {ipcRenderer} from 'electron';
|
||||
@@ -114,8 +114,11 @@ export function SandyApp() {
|
||||
description: (
|
||||
<>
|
||||
You are using the open-source version of Flipper. Install the
|
||||
internal build from Managed Software Center to get access to
|
||||
more plugins.
|
||||
internal build from{' '}
|
||||
<Link href="munki://detail-Flipper">
|
||||
Managed Software Center
|
||||
</Link>{' '}
|
||||
to get access to more plugins.
|
||||
</>
|
||||
),
|
||||
duration: null,
|
||||
|
||||
Reference in New Issue
Block a user