appDisplay: Fix style
This commit is contained in:
parent
7f94cb1cad
commit
03ab282f67
@ -49,7 +49,7 @@ const PAGE_SWITCH_TIME = 0.3;
|
|||||||
|
|
||||||
function _isTerminal(app) {
|
function _isTerminal(app) {
|
||||||
return app.get_app_info().get_categories().indexOf('TerminalEmulator') > -1;
|
return app.get_app_info().get_categories().indexOf('TerminalEmulator') > -1;
|
||||||
};
|
}
|
||||||
|
|
||||||
// Recursively load a GMenuTreeDirectory; we could put this in ShellAppSystem too
|
// Recursively load a GMenuTreeDirectory; we could put this in ShellAppSystem too
|
||||||
function _loadCategory(dir, view) {
|
function _loadCategory(dir, view) {
|
||||||
@ -68,7 +68,7 @@ function _loadCategory(dir, view) {
|
|||||||
_loadCategory(itemDir, view);
|
_loadCategory(itemDir, view);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
|
||||||
const BaseAppView = new Lang.Class({
|
const BaseAppView = new Lang.Class({
|
||||||
Name: 'BaseAppView',
|
Name: 'BaseAppView',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user