mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
use direct data
This commit is contained in:
parent
a2e124b17f
commit
c230b3882a
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ void Navigation::update(
|
|||
|
||||
// Toggle update button sensibility
|
||||
navigationReload->update(
|
||||
navigationRequest->get_text_length() > 0
|
||||
REQUEST_TEXT.length() > 0
|
||||
);
|
||||
|
||||
// Update request area (with progressbar)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue