fix(ags/bar): styling
This commit is contained in:
@ -74,4 +74,4 @@ export default function NetworkInfo() {
|
||||
TX: {dataBinding.as(data => toHumanReadable(data.totalTx / 4, "B/s"))}
|
||||
RX: {dataBinding.as(data => toHumanReadable(data.totalRx / 4, "B/s"))}
|
||||
</box> : <label>No network</label>
|
||||
}
|
||||
}
|
||||
|
@ -35,8 +35,7 @@ async function getClipboardHistory(history: Variable<Entry[]>) {
|
||||
history.set(ids
|
||||
.map((id, index) => ({ id, content: contents[index] }))
|
||||
.filter(({ content }) => content && content.length > 0));
|
||||
} catch (rer){
|
||||
console.error(rer)
|
||||
} catch {
|
||||
history.set([]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user