mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
new: only calc non-virt net iface (#295)
This commit is contained in:
@@ -239,13 +239,17 @@ class SettingStore extends PersistentStore {
|
||||
/// Result: use x86pkg_temp's temperature as the temperature
|
||||
late final preferTemperatureDevs =
|
||||
listProperty('preferTemperatureDevs', <String>[]);
|
||||
|
||||
|
||||
/// Use double column servers page on Desktop
|
||||
late final doubleColumnServersPage = property(
|
||||
'doubleColumnServersPage',
|
||||
true,
|
||||
);
|
||||
|
||||
/// Ignore local network device (eg: br-xxx, ovs-system...)
|
||||
/// when building traffic view on server tab
|
||||
late final ignoreLocalNet = property('ignoreLocalNetIface', true);
|
||||
|
||||
// Never show these settings for users
|
||||
//
|
||||
// ------BEGIN------
|
||||
|
||||
Reference in New Issue
Block a user