feat: add carpet
This commit is contained in:
@@ -50,7 +50,9 @@ class _ChatPanelState extends State<ChatPanel> {
|
||||
_future = _api.getChatPacks();
|
||||
}
|
||||
|
||||
void _reload() => setState(() => _future = _api.getChatPacks());
|
||||
void _reload() => setState(() {
|
||||
_future = _api.getChatPacks();
|
||||
});
|
||||
|
||||
Future<void> _buy(ChatPack p) async {
|
||||
setState(() => _busyPack = p.id);
|
||||
|
||||
Reference in New Issue
Block a user