Merge pull request #5316 from 21pages/select

refactor peer card multi select
This commit is contained in:
RustDesk
2023-08-10 08:32:07 +08:00
committed by GitHub
8 changed files with 139 additions and 91 deletions

View File

@@ -90,6 +90,7 @@ class IconFont {
static const IconData roundClose = IconData(0xe6ed, fontFamily: _family2);
static const IconData addressBook =
IconData(0xe602, fontFamily: "AddressBook");
static const IconData checkbox = IconData(0xe7d6, fontFamily: "CheckBox");
}
class ColorThemeExtension extends ThemeExtension<ColorThemeExtension> {