mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-10 08:52:20 +08:00
Log every feature and how we reach the purchase page
We now have a list of all the features that are implemented, and we can use that to show a kind of feature list which can be used to - 1. Move away from app rental model 2. Showcase a feature list; see WorkingCopy
This commit is contained in:
@ -6,6 +6,7 @@ import 'package:provider/provider.dart';
|
||||
import 'package:url_launcher/url_launcher.dart';
|
||||
|
||||
import 'package:gitjournal/core/notes_folder_fs.dart';
|
||||
import 'package:gitjournal/features.dart';
|
||||
import 'package:gitjournal/screens/debug_screen.dart';
|
||||
import 'package:gitjournal/screens/settings_editors.dart';
|
||||
import 'package:gitjournal/screens/settings_experimental.dart';
|
||||
@ -157,6 +158,7 @@ class SettingsListState extends State<SettingsList> {
|
||||
},
|
||||
),
|
||||
ProOverlay(
|
||||
feature: Feature.customizeHomeScreen,
|
||||
child: ListPreference(
|
||||
title: tr('settings.display.homeScreen'),
|
||||
currentOption: settings.homeScreen.toPublicString(),
|
||||
|
Reference in New Issue
Block a user