mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-09-11 03:35:28 +02:00
- introduced qrv tags for callsigns, only UI so far
This commit is contained in:
@@ -1170,6 +1170,13 @@ category = new ChatCategory(2);
|
||||
chatMember -> chatMember.resetWorkedInformationAtAllBands());
|
||||
|
||||
}
|
||||
|
||||
public void resetQRVInfoInGuiLists() {
|
||||
|
||||
this.chatController.getLst_chatMemberList().forEach(
|
||||
chatMember -> chatMember.resetQRVInformationAtAllBands());
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Setting the initial parameters at the chat
|
||||
|
||||
Reference in New Issue
Block a user