Skip to content

Commit

Permalink
feat: auto sync after add (will not sync anything but add server to l…
Browse files Browse the repository at this point in the history
…ist)

fixes #17
  • Loading branch information
linonetwo committed Feb 11, 2023
1 parent 2993c98 commit 9f93054
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ui/AddNewToServerList.tid
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ type: text/vnd.tiddlywiki
ipAddress={{$:/state/tw-mobile-sync/server/new!!ipAddress}}
port={{$:/state/tw-mobile-sync/server/new!!port}}
lastSync=<<now "[UTC]YYYY0MM0DD0hh0mm0ssXXX">>
/>
<$action-setfield $tiddler="$:/state/tw-mobile-sync/server/new" text="" name="" ipAddress="" port="" />
>
<$action-setfield $tiddler="$:/state/tw-mobile-sync/server/new" text="" name="" ipAddress="" port="" />
<$action-sendmessage $message="tw-mobile-sync-set-active-server-and-sync" title=<<createTiddler-title>> />
</$action-createtiddler>
</$button>
</div>

0 comments on commit 9f93054

Please sign in to comment.