Review of "Sane Airplane Mode" version 4

Details Page Preview

Make airplane mode sane again! This extension gives you better control over the airplane mode and lets you turn off the annoying "Bluetooth gets turned on when I disable airplane mode" behaviour.

Extension Homepage
https://github.com/AntiKippi/gnome-shell-extension-sane-airplane-mode

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

Version Status
2.0.1 (14) Active
2.0.0 (13) Active
12 Active
11 Inactive
10 Inactive
9 Inactive
8 Inactive
7 Inactive
6 Inactive
5 Inactive
4 Inactive
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection active
I approved this one but please fix this one for the next version: this is wrong: return timeoutId = GLib.timeout_add(GLib.PRIORITY_DEFAULT, millis, () => { this is right: return GLib.timeout_add(GLib.PRIORITY_DEFAULT, millis, () => {
Kippi posted a review
Whats the difference?
Kippi posted a review
Ohh yeah sorry I've overlooked that, I'll fix it ^^
JustPerfection posted a review
`timeoutId = `