mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
rename argument
This commit is contained in:
parent
cda76380e8
commit
a2e124b17f
2 changed files with 4 additions and 4 deletions
|
|
@ -30,13 +30,13 @@ Reload::Reload(
|
||||||
}
|
}
|
||||||
|
|
||||||
void Reload::update(
|
void Reload::update(
|
||||||
const bool & ENABLED
|
const bool & IS_ENABLED
|
||||||
) {
|
) {
|
||||||
set_sensitive(
|
set_sensitive(
|
||||||
ENABLED
|
IS_ENABLED
|
||||||
);
|
);
|
||||||
|
|
||||||
action__reload->set_enabled(
|
action__reload->set_enabled(
|
||||||
ENABLED
|
IS_ENABLED
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
@ -19,7 +19,7 @@ namespace app::browser::main::tab::page::navigation
|
||||||
);
|
);
|
||||||
|
|
||||||
void update(
|
void update(
|
||||||
const bool & ENABLED
|
const bool & IS_ENABLED
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue