[gnome] Bump extension versions ... I should probably get these out of here
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/* extension.js
|
||||
* Copyright (C) 2024 kosmospredanie, shyzus, Shinigaminai
|
||||
* Copyright (C) 2025 kosmospredanie, shyzus, Shinigaminai
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -77,6 +77,9 @@ export default class ScreenAutoRotateExtension extends Extension {
|
||||
*/
|
||||
this._timeoutId = setTimeout(() => {
|
||||
this._set_hide_lock_rotate(this._settings.get_boolean('hide-lock-rotate'));
|
||||
|
||||
// Rotate once on start up to the orientation detected by the claimed accelerometer
|
||||
this.rotate_to(this._sensor_proxy.get_accelerometer_orientation());
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user