mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
rename argument
This commit is contained in:
parent
cda76380e8
commit
a2e124b17f
@ -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…
x
Reference in New Issue
Block a user