Skip to content

Commit

Permalink
feat(suite-desktop-api): support external Tor
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed Dec 3, 2024
1 parent 9a9eef2 commit 0670fff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/suite-desktop-api/src/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export type HandshakeTorModule = {

export type TorSettings = {
snowflakeBinaryPath: string;
useExternalTor: boolean;
};

export type TraySettings = {
Expand Down

0 comments on commit 0670fff

Please sign in to comment.