Skip to content

Commit

Permalink
Do not show Domains settings in desktop app (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janaka-Steph authored Oct 9, 2023
1 parent 574e94d commit 25f6d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/settings/components/AdvancedSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const AdvancedSettings = () => {
<h2 className="text-white mb-4 text-lg">Advanced</h2>
<BackendUrl />
<Registries />
<Domains />
{"__TAURI__" in window ? null : <Domains />}
</div>
);
};
Expand Down

0 comments on commit 25f6d4e

Please sign in to comment.