refactor: Remove Cupertino routing options and update the list of contributors (#1076)
- Remove code related to Cupertino routing that is no longer in use - Update the list of contributors on GitHub - Update the version of the xterm submodule
This commit is contained in:
@@ -203,9 +203,6 @@ class SettingStore extends HiveStore {
|
||||
|
||||
late final lastVer = propertyDefault('lastVer', 0);
|
||||
|
||||
/// Use CupertinoPageRoute for all routes
|
||||
late final cupertinoRoute = propertyDefault('cupertinoRoute', isIOS);
|
||||
|
||||
/// Hide title bar on desktop
|
||||
late final hideTitleBar = propertyDefault('hideTitleBar', isDesktop);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user