mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Check proxy availability in ProxiesBox.
This commit is contained in:
@@ -732,7 +732,8 @@ proxyRowTitleStyle: TextStyle(defaultTextStyle) {
|
||||
}
|
||||
proxyRowStatusFg: windowSubTextFg;
|
||||
proxyRowStatusFgOnline: windowActiveTextFg;
|
||||
proxyRowStatusFgOffline: attentionButtonFg;
|
||||
proxyRowStatusFgOffline: boxTextFgError;
|
||||
proxyRowStatusFgAvailable: boxTextFgGood;
|
||||
proxyRowEdit: IconButton(defaultIconButton) {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
|
Reference in New Issue
Block a user