File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/widgets/profilefunctions Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
<uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
5
5
<uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
6
6
<application
7
- android : label =" taskwarrior "
7
+ android : label =" TaskWarrior "
8
8
android : name =" ${applicationName}"
9
9
android : icon =" @mipmap/launcher_icon" >
10
10
<activity
Original file line number Diff line number Diff line change 13
13
<key >CFBundleInfoDictionaryVersion </key >
14
14
<string >6.0 </string >
15
15
<key >CFBundleName </key >
16
- <string >taskwarrior </string >
16
+ <string >TaskWarrior </string >
17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class SelectProfile extends StatelessWidget {
47
47
),
48
48
Text (currentProfile,
49
49
style: GoogleFonts .poppins (
50
- fontSize: 14 ,
50
+ fontSize: 12 ,
51
51
color: AppSettings .isDarkMode ? Colors .grey : Colors .grey[600 ],
52
52
))
53
53
],
You can’t perform that action at this time.
0 commit comments