flow improvements
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
#include <pu/Plutonium>
|
||||
#include <const.h>
|
||||
#include <title.hpp>
|
||||
#include <account.hpp>
|
||||
#include <unordered_map>
|
||||
|
||||
namespace ui {
|
||||
class TitlesLayout : public pu::ui::Layout {
|
||||
private:
|
||||
|
||||
pu::ui::elm::Menu::Ref titlesMenu;
|
||||
std::unordered_map<AccountUid, pu::ui::elm::Menu::Ref> menuCache;
|
||||
bool m_inputLocked = false;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user