Skip to content

Commit

Permalink
Add helpful vendor table headline
Browse files Browse the repository at this point in the history
  • Loading branch information
halo committed Feb 2, 2024
1 parent ab6b101 commit e688769
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions LinkLiar/Views/Settings/Sections/VendorsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ extension SettingsView {

var body: some View {
VStack {
Text("""
When LinkLiar is supposed to randomize the MAC address of an Interface, \
you can tell it here from which vendors it should pick a prefix.
""") //.multilineTextAlignment(.leading)

Table(state.config.vendors.popular) {

TableColumn("On") { vendor in
Expand Down

0 comments on commit e688769

Please sign in to comment.