mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-13 04:54:03 +02:00
Update to v098r10 release.
byuu says: Changelog: - synchronized tomoko, loki, icarus with extensive changes to nall (118KiB diff)
This commit is contained in:
@@ -136,7 +136,7 @@ auto pWindow::construct() -> void {
|
||||
|
||||
//if program was given a name, try and set the window taskbar icon from one of the pixmaps folders
|
||||
if(!Application::state.name);
|
||||
else if(_setIcon({userpath(), ".local/share/icons/"}));
|
||||
else if(_setIcon({Path::user(), ".local/share/icons/"}));
|
||||
else if(_setIcon("/usr/local/share/pixmaps/"));
|
||||
else if(_setIcon("/usr/share/pixmaps/"));
|
||||
|
||||
|
Reference in New Issue
Block a user