Skip to content

Commit

Permalink
more of that
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Aug 24, 2023
1 parent 9da4d62 commit d4de0d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions photon-client/src/components/settings/NetworkingCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ function allowNetworkChanges() {
};
const saveGeneralSettings = () => {
const changingStaticIp =
useSettingsStore().network.connectionType === NetworkConnectionType.Static;
const changingStaticIp = useSettingsStore().network.connectionType === NetworkConnectionType.Static;
useSettingsStore()
.saveGeneralSettings()
Expand Down Expand Up @@ -168,6 +167,7 @@ const netManagerIfaceIdx = computed<number>({
label="Manage Device Networking"
tooltip="If enabled, Photon will manage device hostname and network settings."
:label-cols="4"
class="pt-2"
/>
<cv-select
v-model="netManagerIfaceIdx"
Expand All @@ -181,6 +181,7 @@ const netManagerIfaceIdx = computed<number>({
v-model="useSettingsStore().network.runNTServer"
label="Run NetworkTables Server (Debugging Only)"
tooltip="If enabled, this device will create a NT server. This is useful for home debugging, but should be disabled on-robot."
class="mt-3 mb-3"
:label-cols="4"
/>
<v-banner
Expand Down

0 comments on commit d4de0d4

Please sign in to comment.