Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export class SupernoteSettingTab extends PluginSettingTab {
return [
{
name: 'Supernote IP address',
desc: '(Optional) when using the supernote "browse and access" for document upload/download or "screen mirroring" screenshot attachment this is the IP of the supernote device',
desc: 'The IP address of your Supernote is needed to sync notes, attach files, upload files, or attach screenshots. To find your IP address swipe down on your Supernote device and enable Screen Mirroring and/or Browse & Access; then the IP will be displayed',
control: {
type: 'text',
key: 'directConnectIP',
Expand Down
Loading