bar can now toggle bluetooth power and discovery
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "components/popover.hpp"
|
||||
#include <gtkmm/button.h>
|
||||
#include <gtkmm/popover.h>
|
||||
|
||||
#include "components/popover.hpp"
|
||||
|
||||
class WebWidget : public Popover {
|
||||
public:
|
||||
public:
|
||||
WebWidget(std::string icon, std::string title, std::string url);
|
||||
private:
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user