mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-30 12:10:03 +02:00
Remove External app for unsupported devices (web/n0100) and adds a basic examination checking system
This commit is contained in:
4
apps/external/app.cpp
vendored
4
apps/external/app.cpp
vendored
@@ -12,6 +12,10 @@ I18n::Message App::Descriptor::upperName() {
|
||||
return I18n::Message::ExternalAppCapital;
|
||||
}
|
||||
|
||||
int App::Descriptor::examinationLevel() {
|
||||
return App::Descriptor::BasicExaminationLevel;
|
||||
}
|
||||
|
||||
const Image * App::Descriptor::icon() {
|
||||
return ImageStore::ExternalIcon;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user