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 44 <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
55 <uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
66 <application
7- android : label =" taskwarrior "
7+ android : label =" TaskWarrior "
88 android : name =" ${applicationName}"
99 android : icon =" @mipmap/launcher_icon" >
1010 <activity
Original file line number Diff line number Diff line change 1313 <key >CFBundleInfoDictionaryVersion </key >
1414 <string >6.0 </string >
1515 <key >CFBundleName </key >
16- <string >taskwarrior </string >
16+ <string >TaskWarrior </string >
1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class SelectProfile extends StatelessWidget {
4747 ),
4848 Text (currentProfile,
4949 style: GoogleFonts .poppins (
50- fontSize: 14 ,
50+ fontSize: 12 ,
5151 color: AppSettings .isDarkMode ? Colors .grey : Colors .grey[600 ],
5252 ))
5353 ],
You can’t perform that action at this time.
0 commit comments