Compare commits
No commits in common. "bc59c51c9ecf17f5a7b557f0327286a16237e59f" and "9ee2ef049312d46324e2dc039f08b4b63428c1be" have entirely different histories.
bc59c51c9e
...
9ee2ef0493
2 changed files with 2 additions and 6 deletions
|
|
@ -142,10 +142,8 @@ export default class WifiSignalPlusExtension extends Extension {
|
|||
style_class: 'wifi-signal-plus-label',
|
||||
});
|
||||
|
||||
const box = new St.BoxLayout({ style_class: 'panel-status-menu-box' });
|
||||
box.add_child(this.icon);
|
||||
box.add_child(this.label);
|
||||
this.indicator.add_child(box);
|
||||
this.indicator.add_child(this.icon);
|
||||
this.indicator.add_child(this.label);
|
||||
this.buildMenu();
|
||||
|
||||
Main.panel.addToStatusArea(this.uuid, this.indicator);
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@ import Gio from 'gi://Gio';
|
|||
import GLib from 'gi://GLib';
|
||||
import NM from 'gi://NM';
|
||||
|
||||
Gio._promisify(Gio.Subprocess.prototype, 'communicate_utf8_async', 'communicate_utf8_finish');
|
||||
|
||||
import { parseIwLinkOutput, createEmptyIwLinkInfo } from './wifiGeneration.js';
|
||||
import {
|
||||
type WifiConnectionInfo,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue