mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 00:57:26 +03:00
fix logs
This commit is contained in:
parent
64f431e67a
commit
70b54f8b55
@ -66,7 +66,7 @@ void _saveWindowBounds(WindowManagerHelper helper) async {
|
||||
await helper.sharedPreferences.setDouble(_keyHeight, bounds.height);
|
||||
await helper.sharedPreferences.setDouble(_keyLeft, bounds.left);
|
||||
await helper.sharedPreferences.setDouble(_keyTop, bounds.top);
|
||||
_log.info('Saving bounds: $bounds');
|
||||
_log.debug('Saving window bounds: $bounds');
|
||||
}
|
||||
|
||||
class _ScreenRetrieverListener extends ScreenListener {
|
||||
@ -121,7 +121,7 @@ Future<Widget> initialize(List<String> argv) async {
|
||||
prefs.getDouble(_keyHeight) ?? WindowDefaults.bounds.height,
|
||||
);
|
||||
|
||||
_log.info('Saved bounds: $bounds');
|
||||
_log.debug('Using saved window bounds (or defaults): $bounds');
|
||||
|
||||
unawaited(windowManager
|
||||
.waitUntilReadyToShow(WindowOptions(
|
||||
|
Loading…
Reference in New Issue
Block a user