|
|
@@ -614,8 +614,9 @@
|
|
|
(show-brackets-row t show-brackets?)
|
|
|
(when (util/electron?) (switch-spell-check-row t))
|
|
|
(outdenting-row t logical-outdenting?)
|
|
|
- (shortcut-tooltip-row t enable-shortcut-tooltip?)
|
|
|
- (tooltip-row t enable-tooltip?)
|
|
|
+ (when-not (or (util/mobile?) (mobile-util/is-native-platform?))
|
|
|
+ (shortcut-tooltip-row t enable-shortcut-tooltip?)
|
|
|
+ (tooltip-row t enable-tooltip?))
|
|
|
(timetracking-row t enable-timetracking?)
|
|
|
(journal-row t enable-journals?)
|
|
|
(enable-all-pages-public-row t enable-all-pages-public?)
|