mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-08 15:41:29 +03:00
TouchPad mode -> Mouse mode
This commit is contained in:
@@ -82,7 +82,7 @@ class _GestureHelpState extends State<GestureHelp> {
|
|||||||
minWidth: 150,
|
minWidth: 150,
|
||||||
fontSize: 15,
|
fontSize: 15,
|
||||||
iconSize: 18,
|
iconSize: 18,
|
||||||
labels: [translate("TouchPad mode"), translate("Touch mode")],
|
labels: [translate("Mouse mode"), translate("Touch mode")],
|
||||||
icons: [Icons.mouse, Icons.touch_app],
|
icons: [Icons.mouse, Icons.touch_app],
|
||||||
onToggle: (index) {
|
onToggle: (index) {
|
||||||
setState(() {
|
setState(() {
|
||||||
@@ -197,7 +197,7 @@ class GestureInfo extends StatelessWidget {
|
|||||||
SizedBox(height: 6),
|
SizedBox(height: 6),
|
||||||
Text(fromText,
|
Text(fromText,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(fontSize: 10, color: Colors.grey)),
|
style: TextStyle(fontSize: 9, color: Colors.grey)),
|
||||||
SizedBox(height: 3),
|
SizedBox(height: 3),
|
||||||
Text(toText,
|
Text(toText,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
|
|||||||
Reference in New Issue
Block a user