Skip to content

Commit

Permalink
v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza0 committed May 8, 2024
1 parent d348104 commit cf53251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.2
1.8.3
2 changes: 1 addition & 1 deletion web/html/xui/form/sniffing.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<a-switch v-model="inbound.sniffing.metadataOnly"></a-switch>
</a-form-item>
<a-form-item label='Route Only'>
<a-switch v-model="inbound.settings.routeOnly"></a-switch>
<a-switch v-model="inbound.sniffing.routeOnly"></a-switch>
</a-form-item>
</template>
</a-form>
Expand Down

0 comments on commit cf53251

Please sign in to comment.