Skip to content

Commit

Permalink
New prefswindow screenshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Q1CHENL committed Sep 4, 2023
1 parent 1a6a565 commit 8d60a24
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ int main(int argc, char* argv[]) {
preferencesWindow.setWindowFlags(preferencesWindow.windowFlags() | Qt::WindowStaysOnTopHint);

// set up tray icon
// trayIcon.setIcon(QIcon("/usr/share/icons/lumid.png"));
// trayIcon.setIcon(QIcon("/usr/share/icons/lumid-icon.png"));
trayIcon.setIcon(QIcon("../assets/icon.png")); // for debug/run in vscode, the path might be "assets/icon.png", it depends on the launch.json
trayIcon.setContextMenu(&trayMenu);
trayIcon.show();
Expand Down
Binary file removed assets/preferences-window.png
Binary file not shown.
Binary file added assets/preferences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8d60a24

Please sign in to comment.