mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
Remove SharedPreferences, debug win
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -56,7 +56,11 @@ var kWindowEdgeSize = Platform.isWindows ? 1.0 : 5.0;
|
||||
const kWindowBorderWidth = 1.0;
|
||||
const kDesktopMenuPadding = EdgeInsets.only(left: 12.0, right: 3.0);
|
||||
|
||||
const kInvalidValueStr = "InvalidValueStr";
|
||||
const kInvalidValueStr = 'InvalidValueStr';
|
||||
|
||||
// Config key shared by flutter and other ui.
|
||||
const kCommConfKeyTheme = 'theme';
|
||||
const kCommConfKeyLang = 'lang';
|
||||
|
||||
const kMobilePageConstraints = BoxConstraints(maxWidth: 600);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user