Add some components that work out of the box

This commit is contained in:
momo5502 2023-03-04 13:27:33 +01:00
parent 4d8a476e14
commit 7a99c23093
3 changed files with 3 additions and 3 deletions

View File

@ -195,4 +195,4 @@ namespace splash
}
}
REGISTER_COMPONENT(splash::component)
REGISTER_COMPONENT_WORKING(splash::component)

View File

@ -317,4 +317,4 @@ namespace steam_proxy
}
}
REGISTER_COMPONENT(steam_proxy::component)
REGISTER_COMPONENT_WORKING(steam_proxy::component)

View File

@ -63,4 +63,4 @@ namespace updater
};
}
REGISTER_COMPONENT(updater::component)
REGISTER_COMPONENT_WORKING(updater::component)