-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Icon: Mark to only be shown on touch-capable devices
Prevent the app from being displayed on devices which don't support touch input.
- Loading branch information
1 parent
2aa3f7c
commit 40526b4
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,9 @@ tactile (4.2.0-0) unstable; urgency=low | |
* Fixed particle spawn performance in the TouchAGrid scene | ||
* Normalised scene transition times to give users enough | ||
time to read instructions | ||
* Mark the app to be shown only for touch-capable devices | ||
|
||
-- Team Kano <[email protected]> Mon, 8 Oct 2018 11:36:37 +0100 | ||
-- Team Kano <[email protected]> Tue, 30 Oct 2018 12:21:00 +0000 | ||
|
||
tactile (4.1.0-0) unstable; urgency=low | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,7 @@ | |
"launch_command": "tactile", | ||
"overrides": [], | ||
|
||
"touch_only": true, | ||
|
||
"priority": 680 | ||
} |