mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
fix: fixed static DNS table button icon, fixed #1031
This commit is contained in:
parent
92cfb189cd
commit
7c577405a4
@ -1 +1 @@
|
||||
6040
|
||||
6041
|
||||
|
@ -32,6 +32,8 @@ void DnsSettingsWidget::updateColorScheme()
|
||||
removeServerBtn->setIcon(QICON_R("minus"));
|
||||
moveServerUpBtn->setIcon(QICON_R("arrow-up"));
|
||||
moveServerDownBtn->setIcon(QICON_R("arrow-down"));
|
||||
addStaticHostBtn->setIcon(QICON_R("add"));
|
||||
removeStaticHostBtn->setIcon(QICON_R("minus"));
|
||||
}
|
||||
|
||||
DnsSettingsWidget::DnsSettingsWidget(QWidget *parent) : QWidget(parent)
|
||||
|
Loading…
Reference in New Issue
Block a user