Relays are partially working now in the options options script instead of background.
This commit is contained in:
@@ -71,10 +71,10 @@
|
||||
<tr>
|
||||
<td class="p-2 w-1/3" x-text="relay.url"></td>
|
||||
<td class="p-2 text-center">
|
||||
<input class="checkbox" type="checkbox" x-model="relay.read" @change="await saveRelaysForProfile(index)">
|
||||
<input class="checkbox" type="checkbox" x-model="relay.read" @change="saveRelays">
|
||||
</td>
|
||||
<td class="p-2 text-center">
|
||||
<input class="checkbox" type="checkbox" x-model="relay.write" @change="await saveRelaysForProfile(index)">
|
||||
<input class="checkbox" type="checkbox" x-model="relay.write" @change="saveRelays">
|
||||
</td>
|
||||
<td class="p-2 text-center">
|
||||
<button class="button" @click="await deleteRelay(index)">Delete</button>
|
||||
|
||||
Reference in New Issue
Block a user