mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 688082 - Implement "You've entered full-screen" warning for Fennec. r=mfinkle
This commit is contained in:
parent
a8026118c1
commit
a7ebfd2e7e
@ -156,6 +156,9 @@ var BrowserApp = {
|
||||
type: window.fullScreen ? "ToggleChrome:Show" : "ToggleChrome:Hide"
|
||||
}
|
||||
});
|
||||
|
||||
if (!window.fullScreen)
|
||||
NativeWindow.toast.show(Strings.browser.GetStringFromName("alertFullScreenToast"), "short");
|
||||
}, false);
|
||||
|
||||
NativeWindow.init();
|
||||
|
@ -109,6 +109,8 @@ alertDownloadsSize=Download too big
|
||||
alertDownloadsNoSpace=Not enough storage space
|
||||
alertDownloadsToast=Download started…
|
||||
|
||||
alertFullScreenToast=Press BACK to leave full-screen mode
|
||||
|
||||
downloadCancelPromptTitle=Cancel Download
|
||||
downloadCancelPromptMessage=Do you want to cancel this download?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user