add contact id to meta

This commit is contained in:
2024-02-15 00:35:39 +01:00
parent aa7a5d6013
commit d278391528
3 changed files with 35 additions and 2 deletions

View File

@ -14,7 +14,7 @@ MainScreen::MainScreen(SDL_Renderer* renderer_, std::string save_path, std::stri
renderer(renderer_),
rmm(cr),
mts(rmm),
mfs(rmm, fs),
mfs(cr, rmm, fs),
tc(save_path, save_password),
tpi(tc.getTox()),
ad(tc),