mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 562849 - Reverse meanings of N900 volume buttons in portrait mode [r=mfinkle]
This commit is contained in:
parent
7945514078
commit
0925c85c12
@ -248,6 +248,10 @@ let Util = {
|
||||
#ifdef MOZ_ENABLE_LIBCONIC
|
||||
gIOService.offline = false;
|
||||
#endif
|
||||
},
|
||||
|
||||
isPortrait: function isPortrait() {
|
||||
return (window.innerWidth < 500);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user