Merge pull request #1831 from Heap-Hop/feat/cm_chat_page_unread_msg

feat: desktop cm chat page unread msg
This commit is contained in:
RustDesk
2022-10-27 06:53:32 +08:00
committed by GitHub
10 changed files with 162 additions and 124 deletions

View File

@@ -39,6 +39,7 @@ const Size kConnectionManagerWindowSize = Size(300, 400);
// Tabbar transition duration, now we remove the duration
const Duration kTabTransitionDuration = Duration.zero;
const double kEmptyMarginTop = 50;
const double kDesktopIconButtonSplashRadius = 20;
/// [kDefaultScrollAmountMultiplier] indicates how many rows can be scrolled after a minimum scroll action of mouse
const kDefaultScrollAmountMultiplier = 5.0;