mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new: update in browser (#337)
This commit is contained in:
@@ -4,7 +4,7 @@ class BuildData {
|
||||
static const String name = "ServerBox";
|
||||
static const int build = 852;
|
||||
static const String engine = "3.19.5";
|
||||
static const String buildAt = "2024-04-10 23:54:34";
|
||||
static const int modifications = 5;
|
||||
static const String buildAt = "2024-04-15 09:41:06";
|
||||
static const int modifications = 4;
|
||||
static const int script = 44;
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ abstract final class GithubIds {
|
||||
'dccif',
|
||||
'QazCetelic',
|
||||
};
|
||||
|
||||
|
||||
static const participants = <GhId>{
|
||||
'jaychoubaby',
|
||||
'fecture',
|
||||
|
||||
@@ -267,6 +267,11 @@ class SettingStore extends PersistentStore {
|
||||
|
||||
late final displayCpuIndex = property('displayCpuIndex', true);
|
||||
|
||||
/// Some Android device are unable display the download progress notification,
|
||||
/// open url in external browser.
|
||||
/// 0 -> unset, 1 -> true, 2 -> false
|
||||
late final inAppUpdate = property('inAppUpdate', 0);
|
||||
|
||||
// Never show these settings for users
|
||||
//
|
||||
// ------BEGIN------
|
||||
|
||||
Reference in New Issue
Block a user