mirror of
https://github.com/ong19th/Citron.git
synced 2025-12-14 10:36:57 +00:00
general: Address review comments
This commit is contained in:
parent
a253d1557d
commit
75e6ec85e1
14 changed files with 200 additions and 190 deletions
|
|
@ -11,7 +11,7 @@ namespace Core::Frontend {
|
|||
CabinetApplet::~CabinetApplet() = default;
|
||||
|
||||
void DefaultCabinetApplet::ShowCabinetApplet(
|
||||
std::function<void(bool, const std::string&)> callback, const CabinetParameters& parameters,
|
||||
const CabinetCallback& callback, const CabinetParameters& parameters,
|
||||
std::shared_ptr<Service::NFP::NfpDevice> nfp_device) const {
|
||||
LOG_WARNING(Service_AM, "(STUBBED) called");
|
||||
callback(false, {});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue