mirror of
https://github.com/tnodir/fort
synced 2024-11-15 09:09:06 +00:00
UI: ApplicationsPage: Fix speed limit flag.
This commit is contained in:
parent
4253133249
commit
a356f2b2ee
@ -6,7 +6,8 @@ import com.fortfirewall 1.0
|
|||||||
|
|
||||||
ButtonPopup {
|
ButtonPopup {
|
||||||
|
|
||||||
icon.source: !(appGroup.speedLimitIn || appGroup.speedLimitOut)
|
icon.source: !((appGroup.limitInEnabled && appGroup.speedLimitIn)
|
||||||
|
|| (appGroup.limitOutEnabled && appGroup.speedLimitOut))
|
||||||
? "qrc:/images/flag_green.png"
|
? "qrc:/images/flag_green.png"
|
||||||
: "qrc:/images/flag_yellow.png"
|
: "qrc:/images/flag_yellow.png"
|
||||||
text: (translationManager.dummyBool
|
text: (translationManager.dummyBool
|
||||||
|
Loading…
Reference in New Issue
Block a user