Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Feb 1, 2024
1 parent c0336be commit 9e4a8d2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
5 changes: 0 additions & 5 deletions applications/process-manager/process-manager.pro
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ icons.path = /opt/usr/share/icons/oxide/48x48/apps/
icons.files += ../../assets/opt/usr/share/icons/oxide/48x48/apps/erode.png
INSTALLS += icons

splash.path = /opt/usr/share/icons/oxide/702x702/splash/
splash.files += ../../assets/opt/usr/share/icons/oxide/702x702/splash/erode.png
INSTALLS += splash


HEADERS += \
controller.h \
taskitem.h \
Expand Down
4 changes: 0 additions & 4 deletions applications/screenshot-viewer/screenshot-viewer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ icons.files += ../../assets/opt/usr/share/icons/oxide/48x48/apps/image.png
icons.path = /opt/usr/share/icons/oxide/48x48/apps
INSTALLS += icons

splash.files += ../../assets/opt/usr/share/icons/oxide/702x702/splash/anxiety.png
splash.path = /opt/usr/share/icons/oxide/702x702/splash
INSTALLS += splash

HEADERS += \
controller.h \
screenshotlist.h
Expand Down
1 change: 1 addition & 0 deletions shared/liboxide/devicesettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ namespace Oxide {

void DeviceSettings::onInputDevicesChanged(std::function<void()> callback){
watcher->connect(watcher, &QFileSystemWatcher::directoryChanged, qApp, [callback](const QString& path){
qDebug() << path;
if(path == "/dev/input"){
callback();
}
Expand Down
2 changes: 1 addition & 1 deletion shared/liboxide/meta.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* \def OXIDE_VERSION
* \brief Version of Tarnish and liboxide
*/
#define OXIDE_VERSION "2.8"
#define OXIDE_VERSION "3.0"
/*!
* \def OXIDE_INTERFACE_VERSION
* \brief Version of Tarnish and liboxide for dbus
Expand Down

0 comments on commit 9e4a8d2

Please sign in to comment.