mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Drive: text bits
This commit is contained in:
@@ -35,7 +35,6 @@ NEXT_PUBLIC_GOOGLE_DRIVE_CLIENT_ID=your-client-id.apps.googleusercontent.com
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
- Click **Drive** button in attachment menu
|
- Click **Drive** button in attachment menu
|
||||||
- Or press **Ctrl + Shift + G**
|
|
||||||
|
|
||||||
## Supported Files
|
## Supported Files
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,6 @@ function ButtonAttachGoogleDrive(props: {
|
|||||||
<Box sx={buttonAttachSx.tooltip}>
|
<Box sx={buttonAttachSx.tooltip}>
|
||||||
<b>Add from Google Drive</b><br />
|
<b>Add from Google Drive</b><br />
|
||||||
Attach files from your Drive
|
Attach files from your Drive
|
||||||
<KeyStroke combo='Ctrl + Shift + G' sx={{ mt: 1, mb: 0.5 }} />
|
|
||||||
</Box>
|
</Box>
|
||||||
}>
|
}>
|
||||||
{button}
|
{button}
|
||||||
|
|||||||
Reference in New Issue
Block a user