ui: Improved look of the about page

This commit is contained in:
WerWolv
2022-03-04 19:06:29 +01:00
parent 96e9400761
commit efe6137067
5 changed files with 70 additions and 42 deletions

View File

@@ -15,10 +15,10 @@ namespace hex::plugin::builtin {
class Provider;
}
class ViewHelp : public View {
class ViewAbout : public View {
public:
ViewHelp();
~ViewHelp() override;
ViewAbout();
~ViewAbout() override;
void drawContent() override;