igen
This commit is contained in:
@@ -1,32 +1,32 @@
|
||||
class PremiumScopes {
|
||||
/// VIP
|
||||
static const all = "filc.premium.*";
|
||||
|
||||
/// Kupak
|
||||
|
||||
/// Custom nickname
|
||||
static const nickname = "filc.premium.NICKNAME";
|
||||
|
||||
/// Advanced grade statistics
|
||||
static const gradeStats = "filc.premium.GRADE_STATS";
|
||||
|
||||
/// Advanced theme customization
|
||||
static const customColors = "filc.premium.CUSTOM_COLORS";
|
||||
|
||||
/// Icon pack customization for subjects
|
||||
static const customIcons = "filc.premium.CUSTOM_ICONS";
|
||||
|
||||
/// Modify subject names
|
||||
static const renameSubjects = "filc.premium.RENAME_SUBJECTS";
|
||||
|
||||
/// Tinta
|
||||
|
||||
/// Timetable homescreen widget
|
||||
static const timetableWidget = "filc.premium.TIMETALBE_WIDGET";
|
||||
|
||||
/// Goal Planner
|
||||
static const goalPlanner = "filc.premium.GOAL_PLANNER";
|
||||
|
||||
/// Fullscreen weekly timetable view
|
||||
static const fsTimetable = "filc.premium.FS_TIMETABLE";
|
||||
}
|
||||
class PremiumScopes {
|
||||
/// VIP
|
||||
static const all = "filc.premium.*";
|
||||
|
||||
/// Kupak
|
||||
|
||||
/// Custom nickname
|
||||
static const nickname = "filc.premium.NICKNAME";
|
||||
|
||||
/// Advanced grade statistics
|
||||
static const gradeStats = "filc.premium.GRADE_STATS";
|
||||
|
||||
/// Advanced theme customization
|
||||
static const customColors = "filc.premium.CUSTOM_COLORS";
|
||||
|
||||
/// Icon pack customization for subjects
|
||||
static const customIcons = "filc.premium.CUSTOM_ICONS";
|
||||
|
||||
/// Modify subject names
|
||||
static const renameSubjects = "filc.premium.RENAME_SUBJECTS";
|
||||
|
||||
/// Tinta
|
||||
|
||||
/// Timetable homescreen widget
|
||||
static const timetableWidget = "filc.premium.TIMETALBE_WIDGET";
|
||||
|
||||
/// Goal Planner
|
||||
static const goalPlanner = "filc.premium.GOAL_PLANNER";
|
||||
|
||||
/// Fullscreen weekly timetable view
|
||||
static const fsTimetable = "filc.premium.FS_TIMETABLE";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user